X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=scripts%2Fgit%2Fuse_post-update.sh;fp=scripts%2Fgit%2Fuse_post-update.sh;h=1e0fcd3cd4053510df439ab28ad03455e02bed2d;hb=4b79e398beb48eaa5c96b914b84e9fe77dea9da4;hp=0000000000000000000000000000000000000000;hpb=61c8b6e85a24b5b6b9e9bc40dbeda77726e57283;p=anna.git diff --git a/scripts/git/use_post-update.sh b/scripts/git/use_post-update.sh new file mode 100755 index 0000000..1e0fcd3 --- /dev/null +++ b/scripts/git/use_post-update.sh @@ -0,0 +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