Git Bisect for Mobile is Dead
I love git bisect
If you don’t know it, git bisect is basically a binary search for bugs. You have an issue that did not exist before, so you grab two commit hashes, one good and one bad, and build, repro, build, repro until you find the exact commit...
blog.mmckenna.me3 min read