diff --git a/git/config b/git/config index f8b23af..14a37a2 100644 --- a/git/config +++ b/git/config @@ -42,3 +42,8 @@ difc = diff --cached alias = "! git config --get-regexp ^alias\\. " + +# Overwrite from local gitconfig files +[include] + path = ~/.gitconfig.local + path = ~/.config/git/config.local