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