Skip to content

Instantly share code, notes, and snippets.

@cardplayer
Created September 19, 2008 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cardplayer/11671 to your computer and use it in GitHub Desktop.
Save cardplayer/11671 to your computer and use it in GitHub Desktop.
# Make your changes
work work work
git commit
git co joshp/staging
git merge master
git co joshp/production
git merge master
git push
git co master
# Push files to live servers
Terminal
ssh joker.cardplayer.com
cd /root/cardplayer
git co production
cap deploy:upload FILES="your files"
git co master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment