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
Roast topics
Find topics
Find it!
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.