Git Bisect and the Hunt for Bad Commits

1 · GO-JEK Technologies · May 9, 2019, 3:56 a.m.
A method to find problematic commits in large codebases.gojek.jobsGit is the most widely used distributed version control system. With the help of git, one can easily collaborate with others. In case you are unfamiliar with the term, I have elaborated upon it in another postSo let’s start with the problem:Let’s say you are working on a large codebase with many people working on the same project, and lots of commits per day. Imagine you went for a week long vacation. Upon coming back, you find th...