Skip to content

Instantly share code, notes, and snippets.

@guerrerocarlos
Created January 13, 2014 21:15
Show Gist options
  • Save guerrerocarlos/8408311 to your computer and use it in GitHub Desktop.
Save guerrerocarlos/8408311 to your computer and use it in GitHub Desktop.
Development Server - Git Repository Hook - Automatic Deployment
unset GIT_DIR
cd ..
git merge master
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment