Diff the changes of ours and theirs from their common ancestor, e.g. after an interactive rebase

git range-diff

  • Compare two commit ranges (e.g. two versions of a branch).
    More information: <https://git-scm.com/docs/git-range-diff>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

git range-diff {{theirs}}...{{ours}}

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