28
loading...
This website collects cookies to deliver better user experience
$ git bisect start
$ git bisect bad HEAD
$ git bisect good acd72832
Bisecting: 6 revisions left to test after this (roughly 2 step)
[commit_ABC] Added controller
$ git bisect bad
$ git bisect good
$ git bisect reset
git bisect
when I absolutely have no idea where the bug was introduced and I need to search through a lot of potentially unrelated changes.