Created
July 28, 2015 14:19
-
-
Save wrightmartin/ba3992022b219a565bd6 to your computer and use it in GitHub Desktop.
Whoops
This file contains 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
504 git checkout develop | |
505 git pull origin develop | |
506 git status | |
507 git add app/assets/images/logo.png | |
508 git add app/assets/images/[email protected] | |
509 git commit -m "add retina logo" | |
510 git status | |
511 git push origin retrofit-header | |
512 git fetch | |
513 git fetch | |
514 git rebase origin retrofit-header | |
515 git status | |
516 git log | |
517 git push origin retrofit-header | |
518 git push -f origin retrofit-header | |
519 git status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment