Git Bisect and Why it is Amazing

I was able to wade through 913 commits to find the single commit that caused a bug in a piece of software that spans hundreds of files and over 150,000 lines of code.

It took about three minutes.

Git bisect is amazing.

I really don’t use git bisect enough. It’s incredibly powerful for tracking down problems.