Created
January 13, 2014 21:15
-
-
Save guerrerocarlos/8408311 to your computer and use it in GitHub Desktop.
Development Server - Git Repository Hook - Automatic Deployment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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