From ce1d12858ee12ee50e5c0e6c1ca94927cfda8495 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 23 Feb 2023 11:36:19 +0000 Subject: [PATCH] Set default git branch to main --- config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/git/config b/config/git/config index 619102f9..4800dd85 100644 --- a/config/git/config +++ b/config/git/config @@ -22,3 +22,5 @@ [mergetool] keepBackup = yes prompt = no +[init] + defaultBranch = main