A subtle UI bug appeared somewhere in the last 50 commits. Visual blame on the file gives 8 candidates. Bisect narrows it further.
Use blame to scope the file, bisect to pinpoint the commit, show to read it.
Hard · 5 steps · +750 XP
This scenario walks through 5 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 blame src/ui/Modal.tsxgit bisect start HEAD bb00001git bisect badgit show bb00002git bisect resetBlame to scope, bisect to bisect, show to confirm.