From 339b870f41f177c7570208a4268b68956bcefab6 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sat, 7 Feb 2026 12:15:02 +0000 Subject: [PATCH] Move [include] to the bottom --- .gitconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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