Skip to content

Instantly share code, notes, and snippets.

@lenagroeger
Last active August 29, 2015 14:16
Show Gist options
  • Save lenagroeger/99a0f36583c9376fefbb to your computer and use it in GitHub Desktop.
Save lenagroeger/99a0f36583c9376fefbb to your computer and use it in GitHub Desktop.
deploy
cd ~
cd LenaCode/graphics
git branch <-- you should be on the master branch!
git pull origin master
git add . <-- if that doesn't work then do: git add --all
git commit -am "fix from lena"
git push origin master
bundle exec cap deploy:update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment