Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • In the Version Control window, switch to the Log tab.
  • Select the two branches you want to compare by holding Ctrl (or Cmd on macOS) and clicking the branch names.
  • Right-click and select Compare with <BRANCH>or just Compare if you want to compare two branches other than the one you are currently on.

...

  • In the Version Control window, switch to the Log tab.
  • Here, you'll see a list of branches at the top. Select the branch you want to compare.
  • Right-click and select Show Diff with Working Tree.

  • The Working Tree will change to show the difference between your current branch and the one you selected
  • Click on a file, and the diff viewer allows you to see line-by-line differences in the file between the two branches.
  • Right-click on a file and wil allow you to show the differences and even copy the whole file using  Get from Branch.

Comparing Individual Files:

...