Display a log of what has been done so far

git bisect

  • Use binary search to find the commit that introduced a bug.
    Git automatically jumps back and forth in the commit graph to progressively narrow down the faulty commit.
    More information: <https://git-scm.com/docs/git-bisect>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

git bisect log

click the source code to copy install git bisect on any operating system with command-not-found.com