Set default git branch name to suppress lame warning

This commit is contained in:
Michael Campagnaro 2021-02-10 13:08:16 -05:00
parent ef9b9b6682
commit 73e19c6a70

View File

@ -1,6 +1,8 @@
[include] [include]
path = ~/.gitconfig.platform path = ~/.gitconfig.platform
path = ~/.gitconfig.private path = ~/.gitconfig.private
[init]
defaultBranch = master
[merge] [merge]
summary = true summary = true
tool = vimdiff tool = vimdiff