dotfiles/dot_config/git/template/hooks/executable_prepare-commit-msg
2024-09-26 17:22:27 -05:00

8 lines
127 B
Bash

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