Set default git branch name
This commit is contained in:
parent
827eafa765
commit
b53eba6f59
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
pull.rebase = false;
|
pull.rebase = false;
|
||||||
|
init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
userEmail = "badatnames@tutanota.com";
|
userEmail = "badatnames@tutanota.com";
|
||||||
userName = "bad";
|
userName = "bad";
|
||||||
|
|
Loading…
Reference in a new issue