From 71cff1d91375f1ec650d1d8d070b160bf25c80ae Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Thu, 19 Jan 2023 22:33:49 +0100 Subject: [PATCH] change default git branch --- roles/system/templates/.gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/system/templates/.gitconfig.j2 b/roles/system/templates/.gitconfig.j2 index 33db381..ba5e903 100644 --- a/roles/system/templates/.gitconfig.j2 +++ b/roles/system/templates/.gitconfig.j2 @@ -3,3 +3,5 @@ name = {{ full_name }} [core] editor = /usr/bin/nvim +[init] + defaultBranch = master