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
|
||||
[pull]
|
||||
ff = only
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
|
|||
Loading…
Reference in New Issue