Let's try it out, first we need to write a test to determine the bug. Add the following to a new file e.g. bisect.spec.ts - it's important this is a new file in a tree that isn't used in your history ...
This is a repository to teach the basics of git bisect. It simulates finding a bug in a file and discovering when that bug was introduced. The file was intentionally written to make it difficult to ...