Gambler An example repository for demonstrating the power of git-bisect. How To Recognize problem Write regression test git bisect start git bisect bad git bisect good $(git rev-list HEAD | tail -n 1) git bisect run nosetests git bisect reset