mamchenkov.net
Debugging with git bisect
Via Sebastian Bergmann's blog I've learned about git bisect and how it can used for debugging. Sebastian demonstrates the functionality together with PHPUnit. I am a git newbie, so that was quite interesting for me. git bisect can be used to find the change that introduced a bug. It does so by performing a binary … Continue reading Debugging with git bisect