Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created March 1, 2012 19:53
Show Gist options
  • Save tsabat/1952643 to your computer and use it in GitHub Desktop.
Save tsabat/1952643 to your computer and use it in GitHub Desktop.
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