From: Eduardo Ramos Testillano Date: Mon, 6 Apr 2015 15:57:46 +0000 (+0200) Subject: Only works on git server X-Git-Tag: REFACTORING_TESTING_LIBRARY~181 X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=b8ca790ae7733e99e316c4b07cebe1c50d834ad7 Only works on git server --- diff --git a/scr/git/use_post-update.sh b/scr/git/use_post-update.sh index a3ed7a9..1e0fcd3 100755 --- a/scr/git/use_post-update.sh +++ b/scr/git/use_post-update.sh @@ -1,3 +1,4 @@ #!/bin/sh +# THIS ONLY IS EFFECTIVE IF YOU ARE WORKING ON THE GIT SERVER HOST cd `dirname $0`/../../.git/hooks mv post-update.sample post-update 2>/dev/null