diff --git a/.gitconfig b/.gitconfig index 9dbb989..cf36cfa 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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