I entered my office this morning, went to my local git repo and typed
git status # On branch master # Your branch is ahead of 'origin/master' by 2 commits. # nothing to commit (working directory clean) From this, I can see that I'm ahead of the origin branch. But is there a command I can use to find out exactly which file(s) or which parts of the files have differed?