diff --git a/tag-git/gitconfig b/tag-git/gitconfig index 8a26630..809fe5a 100644 --- a/tag-git/gitconfig +++ b/tag-git/gitconfig @@ -50,7 +50,7 @@ [core] # A global .gitignore file. - excludesFile = ~/.gitignore-global + excludesFile = ~/.gitignore.global [diff] tool = vimdiff @@ -70,7 +70,7 @@ autocorrect = 1 [include] - path = ~/.gitconfig-local + path = ~/.gitconfig.local [rebase] autosquash = true