DEV Community

Discussion on: Git Bisect — And Debugging Is Easy

Collapse
 
elcio profile image
Elcio Ferreira

And how do you know what commit is causing the error? If you don't find the error as soon as it was caused, you will need to check commits one by one or do some binary search. That's where git bisect helps you. It automates the binary search work.