Add init.defaultBranch = master for git.

This commit is contained in:
Gea-Suan Lin
2022-09-30 13:51:27 +08:00
parent d4f5dcf959
commit 141eb80389

View File

@@ -14,6 +14,8 @@
preloadindex = yes preloadindex = yes
[diff] [diff]
algorithm = minimal algorithm = minimal
[init]
defaultBranch = master
[merge] [merge]
tool = vimdiff tool = vimdiff
[pull] [pull]