Created
September 8, 2011 10:45
-
-
Save vcastellm/1203123 to your computer and use it in GitHub Desktop.
Simple production git deploy
This file contains 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
#!/bin/bash | |
cd .. | |
GIT_DIR='.git' | |
umask 002 && git reset --hard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setup