Git - Using Bisect to find broken commits
Why Git Bisect is pretty awesome
As almost every single project I've worked on has used Git for version control I've come to quickly realise just how powerful - and confusing - it can be. Recently at work a bug was found which was not present in the previous release, our test suite didn't detect the issue and we weren't aware of any changes that could have broken that functionality.
[Read More]