Add git hook command to run git hooks

This commit is contained in:
Talia 2021-01-25 13:18:53 +01:00
parent adcd726d61
commit 16334905ab
1 changed files with 3 additions and 0 deletions

3
bin/git-hook Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
"$(git config core.hooksPath)/$1"