view templates/git/hooks/post-rewrite @ 119:7e18562d7570

Improve gitconfig
author zegervdv <zegervdv@me.com>
date Mon, 22 Sep 2014 10:26:58 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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