Created
March 1, 2012 19:53
-
-
Save tsabat/1952643 to your computer and use it in GitHub Desktop.
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
cd #{root} | |
git clone [email protected]:AppEnv/#{project}.git #{project} | |
cd #{project} | |
git checkout #{site} | |
git submodule init | |
git submodule update | |
cd etc | |
git checkout #{site} | |
git pull origin #{site} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment