From 6e6ec01ab0505089a32138e503e5851d4356270d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 6 Oct 2019 00:02:29 +0100 Subject: [PATCH] Change filenames for global and local files --- tag-git/gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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