From aaef25292eb60b828341b42d5e8c35ae57a3d304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 19 Apr 2021 12:03:28 +0200 Subject: gitconfig: set default branch --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index 2044136..696d4ab 100644 --- a/gitconfig +++ b/gitconfig @@ -34,3 +34,5 @@ envelopeSender = auto suppresscc = self confirm = always +[init] + defaultBranch = master -- cgit v1.2.3