Last active
August 29, 2015 14:16
-
-
Save lenagroeger/99a0f36583c9376fefbb to your computer and use it in GitHub Desktop.
deploy
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 ~ | |
| 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