Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
You’ve Been Haacked
(Uncensored)
subscribe
Supercharge your debugging with git bisect
https://haacked.com/archive/2024/11/11/git-bisect/
links
backlinks
Tagged with:
git
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.