Relocate private git config and add a hooks path
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.platform
|
path = ~/.gitconfig.platform
|
||||||
[user]
|
path = ~/.gitconfig.private
|
||||||
name = Michael Campagnaro
|
|
||||||
email = mikecampo@gmail.com
|
|
||||||
[merge]
|
[merge]
|
||||||
summary = true
|
summary = true
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
|
hookspath = ~/.git_hooks
|
||||||
preloadindex = true
|
preloadindex = true
|
||||||
fscache = true
|
fscache = true
|
||||||
[push]
|
[push]
|
||||||
|
|||||||
Reference in New Issue
Block a user