scatterd-dotfiles/git_template/hooks/pre-push

8 lines
117 B
Text
Raw Normal View History

2016-09-27 23:24:05 -07:00
#!/bin/sh
local_hook="$HOME"/.git_template.local/hooks/pre-push
if [ -f "$local_hook" ]; then
. "$local_hook"
fi