Author: Shivam
-

How to Find the Commit That Broke Everything: And How Git Bisect and Claude Code Saved the Day
—
by
“It worked last week.” Those four words signal the start of a debugging session nobody wants. A bug appeared, production is affected, and somewhere in the last few hundred commits lives the one change that caused it. Most engineers start guessing. The right move is to stop guessing and let a binary search do the…