Slide 16
Slide 16 text
the good, the bad, the broken
BISECT
Initiate a bisect investigation
Specify the bad and the good revisions
Test manually or run a test script
Locate where the problem was introduced
git bisect start
git bisect bad
git bisect good []
git bisect reset