Return to Snippet

Revision: 45472
at May 1, 2011 14:59 by Seich


Initial Code
#!/bin/sh
cd /path/to/working-copy/ || exit
unset GIT_DIR
git pull repo branch

Initial URL


Initial Description
Make sure it has the appropriate rights.
    chmod -x post-receive

Initial Title
Post-Receive Hook

Initial Tags
git

Initial Language
Bash