view templates/git/hooks/post-rewrite @ 153:f733cdceff27

Add tmux plugin manager
author zegervdv <zegervdv@me.com>
date Tue, 21 Oct 2014 09:14:12 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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