Command
Explanation
git bisect is used to use binary search to find the commit that introduced a bug. It uses the binary search to find the commit that introduced the bug.
Examples
Start bisect session
Mark current commit as bad
Mark known good commit