view templates/git/hooks/post-rewrite @ 139:0958749f45f0

Add vpn start script
author zegervdv <zegervdv@me.com>
date Wed, 08 Oct 2014 23:27:33 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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