view templates/git/hooks/post-rewrite @ 227:233c9d811b68

Add shortcut for editing vimrc
author zegervdv <zegervdv@me.com>
date Thu, 22 Jan 2015 11:57:26 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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