diff options
author | Cache Saravento <cache@sarava.org> | 2015-08-07 14:54:43 -0300 |
---|---|---|
committer | Cache Saravento <cache@sarava.org> | 2015-08-07 14:54:43 -0300 |
commit | 147254bf40e24321405bbb24704e4e7ebb69f4b8 (patch) | |
tree | f32f08f64ea32a928f5242e3dd1f534bd06d051d /bin/post-receive | |
parent | 3ea16f30be116ebdd67d11e695db3508aa86a56a (diff) | |
download | cache-147254bf40e24321405bbb24704e4e7ebb69f4b8.tar.gz cache-147254bf40e24321405bbb24704e4e7ebb69f4b8.tar.bz2 |
Adds post-receive hook
Diffstat (limited to 'bin/post-receive')
-rwxr-xr-x | bin/post-receive | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/post-receive b/bin/post-receive new file mode 100755 index 0000000..512b9fd --- /dev/null +++ b/bin/post-receive @@ -0,0 +1,6 @@ +#!/bin/sh + +cd .. +unset GIT_DIR + +git checkout -f |