view templates/git/hooks/post-rewrite @ 251:c6202489e95c

Set configs for tmux-resurrect
author zegervdv <zegervdv@me.com>
date Wed, 25 Feb 2015 09:53:52 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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