From b8ca790ae7733e99e316c4b07cebe1c50d834ad7 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Mon, 6 Apr 2015 17:57:46 +0200 Subject: [PATCH] Only works on git server --- scr/git/use_post-update.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1