Justin Ahinon

Discovering git bisect

Last updated on:

Today, thanks to my colleague at Yoast Aris Stathopoulos, I discovered the [git bisect](https://git-scm.com/docs/git-bisect) command.

Basically, this command is super useful to debug our versioned code. And it's even more useful if this versioned code has had many commits, has several branches, and we don't know exactly when the bug was introduced.

I feel like a big stupid noob for not having known about this command earlier ????. So I'm going to set up a special repository and test it as soon as possible.