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

5 lines
68 B
Bash

#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac