┏━╸╻╺┳╸ ┏┓ ╻┏━┓┏━╸┏━╸╺┳╸ ┃╺┓┃ ┃ ┣┻┓┃┗━┓┣╸ ┃ ┃ ┗━┛╹ ╹ ┗━┛╹┗━┛┗━╸┗━╸ ╹ Binary search to find commit that introduced a bug. ┌──────────────────────────────────────────┐ │$ git bisect start │ │$ git bisect bad │ │$ git bisect good │ └──────────────────────────────────────────┘ ┌──────────────────────────────────────────┐ │$ git bisect start HEAD HEAD~10 -- │ │$ git bisect run make test │ │$ git bisect reset │ └──────────────────────────────────────────┘