git fetch origin
git log origin/master ^master

#now you can merge if you want
git pull origin master