Git Bisect UI
Find the commit that introduced an issue using binary search.
Test scenario: 15 commits representing a feature development timeline. Try to find where a bug was introduced!
Start with Demo Data

Try the bisect tool with a pre-configured set of commits following the Angular commit convention.

Start with Your Commits

Paste the output of:

git log --pretty=format:"%h %s"