Repository to demonstrate the tool git bisect
This is for demonstrating the tool git bisect
Usage:
git bisect start
to start bisect sessiongit bisect bad
to indicate, that the bug is still presentgit bisect good daf804357
to indicate, that the bug is not present on inital commit- Proceed to use
bad
andgood
until bug is found git bisect reset
to exit the current bisect session.