view templates/git/hooks/post-rewrite @ 9:aeb4af7c7fb6

update tmux conf
author zegervdv <zegervdv@me.com>
date Sat, 01 Mar 2014 22:41:31 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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