Add defaultBranch to gitconfig
This commit is contained in:
parent
ba36581f68
commit
ccc1d8f426
2 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,5 @@
|
|||
gpgsign = true
|
||||
[tag]
|
||||
gpgsign = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
|
@ -8,3 +8,5 @@
|
|||
gpgsign = true
|
||||
[gpg]
|
||||
program = C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
Loading…
Reference in a new issue