set git default branch
This commit is contained in:
parent
e7b7137711
commit
b2ff6b3ed1
3 changed files with 7 additions and 2 deletions
|
@ -30,5 +30,10 @@
|
|||
userName = "cy";
|
||||
userEmail = "hi@cything.io";
|
||||
delta.enable = true;
|
||||
extraConfig = {
|
||||
init = {
|
||||
"defaultBranch" = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue