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.)