Making git bisect more useful
Making git bisect more useful If you’ve ever used git bisect, you know what an incredibly useful tool this is. It allows you to do a binary search through commits to find out which commit caused a particular error. Many people seem unaware of git bisect run … which automates this even further, but it […]
Read Full Post | Make a Comment ( Comments Off on Making git bisect more useful )