Debugging
Manual
git bisect start # test git bisect bad # or git bisect good # or git bisect skip # finalize git bisect reset
Automation
git bisect run ./some.script # or git bisect run {command}
git bisect start # test git bisect bad # or git bisect good # or git bisect skip # finalize git bisect reset
git bisect run ./some.script # or git bisect run {command}