Git - Cherry-Pick and Advanced Merging
You accidentally cherry-picked the wrong commit. Which command will undo the cherry-pick before pushing?
git reset --hard HEAD~1.git cherry-pick --abort only works during conflicts, revert creates a new commit, checkout changes working tree but not branch.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions