Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git fatal bad revision cherry-pick

# fetch just the one remote
git fetch <remote>
# or fetch from all remotes
git fetch --all
# make sure you're back on the branch you want to cherry-pick to
git cherry-pick xyz
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #fatal #bad #revision
ADD COMMENT
Topic
Name
9+2 =