From 420fc3634b636d0f4df44965b3b60c6f3ac4beab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 17 Jan 2021 22:10:35 +0100 Subject: [PATCH] git: Use "master" as default branch --- git/gitconfig.j2 | 3 +++ 1 file changed, 3 insertions(+) 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