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