From 493ef0590ce7031c8c1f6c182d8ac11df7facb10 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Mon, 18 Jan 2021 12:38:42 +0100 Subject: [PATCH] git default branch name --- templates/git/gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/git/gitconfig.j2 b/templates/git/gitconfig.j2 index b2e7cba..4c9391f 100644 --- a/templates/git/gitconfig.j2 +++ b/templates/git/gitconfig.j2 @@ -1,3 +1,5 @@ [user] email = {{git_user_email}} name = {{git_user_name}} +[init] + defaultBranch = main