From ec5e7ad2092af7637070ea88c6cfef36d7921019 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 5 Feb 2025 09:21:59 +0100 Subject: [PATCH] Git Config: add comment for default branch config --- Configs/Git/.gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configs/Git/.gitconfig b/Configs/Git/.gitconfig index 3321c69..9184cb2 100644 --- a/Configs/Git/.gitconfig +++ b/Configs/Git/.gitconfig @@ -5,7 +5,8 @@ gpgsign = true [init] - defaultBranch = main + # Set default branch name to "main" + defaultBranch = main [color] # Use colors in Git commands that are capable of colored output when