Git : Set main as a default branch name.
This commit is contained in:
parent
54d99bf96a
commit
f2c80517ed
|
@ -4,3 +4,5 @@
|
||||||
rebase = true
|
rebase = true
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
Reference in a new issue