Bisect — find broken commit git

Binary search through history to find a regression

git bisect start && git bisect bad HEAD && git bisect good <good-sha>