From b65bca7817f21dbbcb6983c663c2212f50fbef0c Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 7 Jan 2024 07:43:41 -0800 Subject: [PATCH] [git] Set the defaultBranch name to 'main' --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index a78f06e..349115e 100644 --- a/gitconfig +++ b/gitconfig @@ -90,3 +90,5 @@ required = true [pull] rebase = true +[init] + defaultBranch = main