05-18-2015, 06:44 AM
(05-18-2015, 06:37 AM)joebordes Wrote: It would be:
Code:
git fetch --all
git log ..origin/master
git diff ..origin/master
http://stackoverflow.com/questions/5817579/how-can-i-preview-a-merge-in-git
Yeah I had found that link before but since I am not a git expert didn't want to try it before you reaffirmed it. Thank you Joe.