git-bisect

By ubaumann, Tue 04 October 2022, modified Tue 04 October 2022, in category Brief Byte

git

git-bisect is a great way to find the commit that introduces a bug/feature. It uses a binary search to find the commit. You can use it "manually" or much better with a command to test.

git-bisect demo