.git_helpers/hooks/post-rewrite@1cf0a8981da5
.git_helpers/hooks/post-rewrite
Tue, 02 May 2017 01:42:31 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 02 May 2017 01:42:31 -0400
- changeset 559
- 1cf0a8981da5
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Add github template
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac