Change filenames for global and local files
This commit is contained in:
parent
2f51721936
commit
6e6ec01ab0
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
# A global .gitignore file.
|
# A global .gitignore file.
|
||||||
excludesFile = ~/.gitignore-global
|
excludesFile = ~/.gitignore.global
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig-local
|
path = ~/.gitconfig.local
|
||||||
|
|
||||||
[rebase]
|
[rebase]
|
||||||
autosquash = true
|
autosquash = true
|
||||||
|
|
Loading…
Reference in a new issue