From 9e60f3772b5594e12b2cc0f6abf57354864de01f Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 7 Oct 2023 20:25:39 +0100 Subject: [PATCH] Use 'master' as the default branch on git repos. --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index bb66c11..657ae45 100644 --- a/.gitconfig +++ b/.gitconfig @@ -36,3 +36,5 @@ repo = /data/home/tadgy/Projects/lumberjack.git repo = /data/home/tadgy/Projects/slackpkg-templates.git repo = /data/home/tadgy/Projects/system-configs.git +[init] + defaultBranch = master