diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index 1a20443..27e7c5f 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -116,3 +116,6 @@ [url "ssh://git@code.hkoerber.de:2222/"] insteadOf = https://code.hkoerber.de/ + +[init] + defaultBranch = master