From e1e3395433e1f52b3231ef1191b80f2d19fe38a7 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Mon, 17 Feb 2025 10:44:31 -0800 Subject: [PATCH] Change global default branch in git --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 036adf3..1fb5580 100644 --- a/.gitconfig +++ b/.gitconfig @@ -34,3 +34,5 @@ # On the plus side, lacking it should cause git to fatal so I never miss it. [include] path = ~/.gitconfig.local +[init] + defaultBranch = main