GIT hooks post-receive #!/bin/sh cd /path/to/working-copy/ || exit unset GIT_DIR git pull exec git-update-server-info or try this in a clean way #!/bin/sh cd /path/to/working-copy/ env -i git pull