diff options
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/post-recieve | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hooks/post-recieve b/hooks/post-recieve new file mode 100755 index 0000000..467c061 --- /dev/null +++ b/hooks/post-recieve @@ -0,0 +1,2 @@ +#!/bin/sh +GIT_WORK_TREE=/var/www/main git checkout -f master |