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

8 lines
119 B
Bash

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