change git init default branch name to 'main'

This commit is contained in:
Lexi / Zoe 2021-01-14 01:39:38 +01:00
parent 28f06be511
commit 3e85adf9a4
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,5 @@
textconv = ansible-vault view textconv = ansible-vault view
[pull] [pull]
ff = only ff = only
[init]
defaultBranch = main