Mechanizing git-bisect: Bug hunting for the Lazy(metaltoad.com)
metaltoad.com
Mechanizing git-bisect: Bug hunting for the Lazy
http://www.metaltoad.com/blog/mechanizing-git-bisect-bug-hunting-lazy
1 comments
I know some large companies use git-bisect along with their unit testing framework to notify developers/reviewers if their commit caused some sort of test failure. I thought it was pretty neat, as git-bisect was new to me.