change git init default branch name to 'main'
This commit is contained in:
parent
28f06be511
commit
3e85adf9a4
|
|
@ -19,3 +19,5 @@
|
||||||
textconv = ansible-vault view
|
textconv = ansible-vault view
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue