The bisect command can be used to traverse your commit history to find where an unwaned behavior was introduced. If your current commit is broken, and you have a previous working commit, but there's lots of commits in between, bisect will help you navigate those commits in between to locate which...
