git bisect

Usa la ricerca binaria per trovare il commit che ha introdotto un bug. Git salta automaticamente avanti ed indietro nell'albero dei commit per restringere progressivamente il campo fino al commit colpevole. Maggiori informazioni: https://git-scm.com/docs/git-bisect.

git bisect start {{commit_cattivo}} {{commit_buono}}

git bisect {{good|bad}}

git bisect reset

git bisect skip