Relocate private git config and add a hooks path
This commit is contained in:
parent
b95beef08a
commit
37fbba625d
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user