git: set default branch name

This commit is contained in:
uku 2023-12-18 01:28:55 +01:00
parent 07c4f8bec0
commit ba141c92c4
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -16,6 +16,7 @@
}; };
extraConfig = { extraConfig = {
init.defaultBranch = "main";
core.autocrlf = "input"; core.autocrlf = "input";
push.autoSetupRemote = true; push.autoSetupRemote = true;
}; };