IntelliJ: Viewing diff of all changed files between local and a git commit/branch

This has now been implemented. In order to compare two branches, you do:

  1. Check out one of the branches you want to compare with.
  2. Select the branch you want to compare with in the Git branch popup in the status bar in the bottom right of the IntelliJ window. A popup with some options is shown.
  3. Select the “Compare” option.
  4. This, by default, shows all the commits. You can also select the “Diff” tab to show the actual changes.

This is all described in much greater detail in one of their blog posts.

Leave a Comment