Git bisect is a tool for debugging regressions. It can be used to find bugs in older versions of software. The hardest part in debugging is knowing the general area of the bug. bisect literally shines a light on the specific commit that caused it. The simplest use of git bisect starts with the command:gui bisect start. This switches us into bisect mode.
Table of contents
In the Olden DaysGit Bisect: Find the Bug. Automatically!This Sucks! Or Does It?TL;DR4 Comments
Sort: