scatterd-dotfiles/git_template/hooks/pre-push
2017-01-19 17:59:49 -05:00

7 lines
117 B
Bash
Executable file

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