Skip to content

Instantly share code, notes, and snippets.

@wrightmartin
Created July 28, 2015 14:19
Show Gist options
  • Save wrightmartin/ba3992022b219a565bd6 to your computer and use it in GitHub Desktop.
Save wrightmartin/ba3992022b219a565bd6 to your computer and use it in GitHub Desktop.
Whoops
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/logo@2.png
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