Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # On branch master
  2. nothing to commit (working directory clean)
  3.  
  4. git cherry-pick xyz
  5. fatal: bad object xyz
  6.  
  7. git checkout zebra
  8. Switched to branch 'zebra'
  9.  
  10. # fetch just the one remote
  11. git fetch <remote>
  12. # or fetch from all remotes
  13. git fetch --all
  14. # make sure you're back on the branch you want to cherry-pick to
  15. git cherry-pick xyz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement