From 1b3672b983070eaa371678b8b1fea0735f4bac47 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Thu, 7 Jan 2021 15:32:27 +0000 Subject: [PATCH] git: suppress default branch babble warning Shut up and just make me a repo without complaining will you. Signed-off-by: Joe Groocock --- git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/config b/git/config index b88e7cd..aa2ad8e 100644 --- a/git/config +++ b/git/config @@ -6,6 +6,8 @@ autocrlf = input excludesfile = /home/frebib/.config/git/gitignore pager = diff-highlight | $PAGER +[init] + defaultBranch = master [interactive] diffFilter = diff-highlight [commit]