Add git hook command to run git hooks
This commit is contained in:
parent
adcd726d61
commit
16334905ab
1 changed files with 3 additions and 0 deletions
3
bin/git-hook
Executable file
3
bin/git-hook
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
"$(git config core.hooksPath)/$1"
|
Loading…
Reference in a new issue