view templates/git/hooks/post-rewrite @ 194:3384993cbf4c

Add slate config
author zegervdv <zegervdv@me.com>
date Wed, 12 Nov 2014 22:33:11 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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