From abb361290fdeadcaf773e1b68a758cd4206c2420 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sat, 1 May 2021 19:42:05 +0200 Subject: [PATCH] Gitconfig: Add default branch --- templates/_gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/_gitconfig.j2 b/templates/_gitconfig.j2 index 8a474f7..e0f327b 100644 --- a/templates/_gitconfig.j2 +++ b/templates/_gitconfig.j2 @@ -14,3 +14,5 @@ autocorrect = 1 [pull] ff = only +[init] + defaultBranch = main