Git-bisect: Find Breaking Commits Easily

We'll use git-bisect to help search the commit history for a commit which introduced a bug. As a bonus, we'll look at using git-cherry-pick and git-revert to undo breaking changes once we've found them.