Many of you might have been facing the problem where the few latest commits break your existing features (Y NO TESTING?).

There’s a handful feature in git, git-bisect which could help you to quickly debug what went wrong within the good (working) and bad (broken) commits.