Skip to content

Instantly share code, notes, and snippets.

@phedoreanu
Created July 8, 2014 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phedoreanu/dd2e13c1261630be0670 to your computer and use it in GitHub Desktop.
Save phedoreanu/dd2e13c1261630be0670 to your computer and use it in GitHub Desktop.
chmod +x ~/src/hooks/post-receive/
#!/bin/bash
GIT_WORK_TREE=~/app/ git checkout -f
chown -R http:http ~/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment