view templates/git/hooks/post-rewrite @ 145:b3fd48f2df2c

Move brew related paths and aliases to local rc
author zegervdv <zegervdv@me.com>
date Tue, 14 Oct 2014 18:33:03 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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