Git Config: set default new branch name to "main"

This commit is contained in:
Aroy-Art 2025-01-21 19:55:38 +01:00
parent e61298b8cb
commit 20b8c8ff68
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

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