Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SourceTree : see diff between local Repository and remote Repository?

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!) ?

like image 987
jung Avatar asked Sep 02 '15 09:09

jung


1 Answers

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.
like image 113
Jeff Avatar answered Jan 04 '23 06:01

Jeff