Last Updated: February 25, 2016
·
313
· waldyr

Did you know about git bisect?

Instead of checking out all old commits to search for a regression inserted, use git bisect to find in which commit the regression was added only looking in 1 + log2 N commits, where N is the number of commits in your search space.