You tried `git cherry-pick a3f9b21` to grab a hotfix from another branch. Conflict everywhere. The hotfix isn't worth the pain — abort.
Cherry-pick has its own --abort that returns you to pre-pick state.
Easy · 3 steps · +350 XP
This scenario walks through 3 steps, in order:
Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.
git cherry-pick a3f9b21git cherry-pick --abortgit statusSame pattern as merge/rebase — every multi-step op has --abort.