dotfiles/vcs/git/git_template/hooks/post-rewrite

6 lines
69 B
Plaintext
Raw Normal View History

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