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

6 lines
69 B
Bash
Executable File

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