view templates/git/hooks/post-rewrite @ 138:860548f92a96

Add aliases and configs for git
author zegervdv <zegervdv@me.com>
date Mon, 06 Oct 2014 20:25:09 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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