A short and sweet guide to git-bisect — Sometimes when we are working on large codebases having lots of commits daily by many developers, we find out that a bug has been introduced to the application. But we do not know for sure at which point this bug was introduced. Going through individual commits is not practical in…