8

I have already seen the following question.

git diff between cloned and original remote repository

My question is how can i see this diff result in SourceTree(not in shell!) ?

Community
  • 1
  • 1
jung
  • 557
  • 2
  • 4
  • 16

1 Answers1

23

Here is how you do this is SourceTree:

  1. Make sure you have the branch that you want to compare checked out
  2. On the sidebar find the corresponding remote branch
  3. Right-click that remote and select Diff Against Current.
famousgarkin
  • 13,687
  • 5
  • 58
  • 74
Jeff
  • 2,293
  • 4
  • 26
  • 43
  • 2
    I am using v1.9.6.1 for Windows, and the Diff Against Current didn't do anything. (Update: Found out that I had not selected "All Branches" in the top window. When selected, it worked fine) – duyn9uyen Nov 16 '16 at 20:25