Display logs and changes for recent commits within the specified time frame

git whatchanged

  • Show what has changed with recent commits or files.
    See also `git log`.
    More information: <https://git-scm.com/docs/git-whatchanged>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

git whatchanged --since="{{2 hours ago}}"

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