I have made commits to my local branch (let\'s just say master) and have \'git pull\'d down changes that others have made. When I run a \'git status\', I see something like:
git diff --stat origin/master
will show the changed files.
git log origin/master..master
will show the commits.