Feature merge introduced a production bug. `git revert` on merges is special — two parents, Git doesn't know which to keep.
Merge hash is m3rg3h4. Parent 1 = main. Parent 2 = feature.
Hard · 4 steps · +650 XP
This scenario walks through 4 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 log --onelinegit revert -m 1 m3rg3h4git log --onelinegit push origin main-m 1 keeps parent 1 (main). To re-merge later, first revert the revert.