Add hooksPath to gitconfig
This commit is contained in:
parent
ccebce8393
commit
3557f56449
|
@ -5,6 +5,7 @@
|
|||
[core]
|
||||
autocrlf = input
|
||||
excludesfile = ~/.gitignore
|
||||
hooksPath = ~/.githooks
|
||||
|
||||
[credential]
|
||||
helper = store
|
||||
|
|
Loading…
Reference in New Issue