current state:
I have a checkout version, on top of which, I have cherry picked various other commits (lets say 4-5 commits), which are some fixes.
Now, I have to validate other fix without loosing my last working state. I therefore have cherry picked a commit-id (let us say X
). And after my validation, I would just want to undo commit-id-X cherry-pick, but other cherry picks should stay intact.
Please suggest, if Git supports some command to do this job directly.