You’ve Been Haacked
Follow
Supercharge your debugging with git bisect
Git bisect is an underrated but very powerful tool to include in your debugging toolbox. In short, it helps you find the commit that introduced a bug. Here's an example of how to use it.