git: set init.defaultBranch to main
This commit is contained in:
parent
8e8eb439c8
commit
02f3751cda
1 changed files with 2 additions and 0 deletions
|
@ -7,5 +7,7 @@
|
||||||
userName = "ElnuDev";
|
userName = "ElnuDev";
|
||||||
userEmail = "elnu@elnu.com";
|
userEmail = "elnu@elnu.com";
|
||||||
extraConfig.pull.rebase = true;
|
extraConfig.pull.rebase = true;
|
||||||
|
# Switch defaultBranch from master to main
|
||||||
|
extraConfig.init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue