Software Engineering :: Debugging :: Git-Bisect
⪼ Made with 💜 by realpolyglot.dev
If you can find where in the git tree the problem doesn’t exist, then you can run git bisect. It will run you through a binary search process between the “good commit” and the “bad commit” until it finds which commit the bug started happening.
