Change global default branch in git
This commit is contained in:
parent
91d9d4c872
commit
e1e3395433
1 changed files with 2 additions and 0 deletions
|
@ -34,3 +34,5 @@
|
||||||
# On the plus side, lacking it should cause git to fatal so I never miss it.
|
# On the plus side, lacking it should cause git to fatal so I never miss it.
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
Loading…
Add table
Reference in a new issue