Practical Tips for Advanced Git Bisect
Practical Notes on Advanced Git Bisect This is an adaptation from my Twitter thread: Git bisect βοΈ a thread π§΅. — Christoph πΊπ¦ π»π (@chsiedentop) November 20, 2020 Recap of Bisect I assume you’ve used or heard of git bisect. If you’ve neither heard off nor used git bisect before, then I encourage you to give it a try. Franziska Hinkelmann provides a good intro and a test repo to find a bug with git bisect.