How to find the commit that broke something
Looking for the commit that broke some feature or caused some bug in your application or script? Sometimes the culprit
is quickly obvious given a little debugging. In unhappier cases, you can turn to git bisect
to pin down
the commit that caused an issue.
Learn more about git bisect