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