From 20b8c8ff6888ae1361ac1f0c03cde1a8f030b3c6 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 21 Jan 2025 19:55:38 +0100 Subject: [PATCH] Git Config: set default new branch name to "main" --- Configs/Git/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configs/Git/.gitconfig b/Configs/Git/.gitconfig index 7ff5ce7..3321c69 100644 --- a/Configs/Git/.gitconfig +++ b/Configs/Git/.gitconfig @@ -4,6 +4,9 @@ [commit] gpgsign = true +[init] + defaultBranch = main + [color] # Use colors in Git commands that are capable of colored output when # outputting to the terminal. (This is the default setting in Git ≥ 1.8.4.)