From e7be9b29d19b4477f77e0790f6cf09ffa36dfc53 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Thu, 18 Jul 2024 00:21:10 +0200 Subject: [PATCH] Set git's default branch --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/config b/.config/git/config index e030c5c..5823c03 100644 --- a/.config/git/config +++ b/.config/git/config @@ -175,6 +175,9 @@ submodule = log [help] autocorrect = 50 +[init] +defaultBranch = main + [merge] conflictstyle = diff3 ff = only