1

What is the git option to diff against a remote which has not been merged yet? ie if you do a git fetch and want to see what difference will be applied what is the git option for that?

vfclists
  • 19,193
  • 21
  • 73
  • 92

1 Answers1

1
git diff remotes/origin/master master
topek
  • 18,609
  • 3
  • 35
  • 43