Add pre-push git hook

This commit is contained in:
Brad Urani 2016-09-27 23:24:05 -07:00 committed by Geoff Harcourt
parent e51d8b73f0
commit cfd26ef6aa

7
git_template/hooks/pre-push Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
local_hook="$HOME"/.git_template.local/hooks/pre-push
if [ -f "$local_hook" ]; then
. "$local_hook"
fi