git: suppress default branch babble warning

Shut up and just make me a repo without complaining will you.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2021-01-07 15:34:18 +00:00
parent 3e681a94b1
commit 1b3672b983
+2
View File
@@ -6,6 +6,8 @@
autocrlf = input
excludesfile = /home/frebib/.config/git/gitignore
pager = diff-highlight | $PAGER
[init]
defaultBranch = master
[interactive]
diffFilter = diff-highlight
[commit]