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