Git bisect: the bug hunter!
Jun 22, 2020
This article presents the Git bisect command, which helps you track bugs or changes by using binary search to exhaustively browse your Git history. Here is why I was so happy to discover it and have been using it very often ever since.
Read more