view templates/git/hooks/post-rewrite @ 250:7a595f9ef896

Switch to tmux-continuum
author zegervdv <zegervdv@me.com>
date Mon, 23 Feb 2015 17:53:58 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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