From aab3f420a8bee4c04f1f1d7d0398dd4cb0e056db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 21 May 2021 00:06:50 +0200 Subject: [git] Default to master on init --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 23c05fe..9d5b7e1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -54,4 +54,7 @@ pushInsteadOf = "https://git.necoro.dev/" pushInsteadOf = "https://git.necoro.eu/" +[init] + defaultBranch = master + # vim: noexpandtab -- cgit v1.2.3