✨ [shared] Set default branch in git to main and disable advice
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
signing.signByDefault = true;
|
||||
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
advice.defaultBranchName = false;
|
||||
pull.rebase = true;
|
||||
push.autoSetupRemote = true;
|
||||
safe.directory = "/etc/nixos";
|
||||
|
Reference in New Issue
Block a user