1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

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:
Joe Groocock 2021-01-07 15:32:27 +00:00
parent 3e681a94b1
commit 1b3672b983
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

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]