Move [include] to the bottom

This commit is contained in:
2026-02-07 12:15:02 +00:00
parent ad5f88c34c
commit 339b870f41

View File

@@ -33,9 +33,12 @@
autoSetupMerge = false
# Set up new branches in a way that "git pull" does a rebase by default.
autoSetupRebase = always
[include]
path = ~/.config/gitconfig_local
[gpg]
format = ssh
[commit]
gpgsign = true
# Must always go last, to be able to override the settings above.
[include]
path = ~/.config/gitconfig_local