git
Using git bisect to find bad commit
Today, I am going to introduce a technique to easily find out the first bad commit in your git repository. With this technique, you can save a lot of time debugging a code introduced by certain commit. Let's get started! First, assume that we have the following commits