Before I pull from a remote repository I would like to size up the changes. Not completely sure what information is available. A list of commits (with descriptions) and a list of files changed is a good place to start.
For anybody familiar with perforce, I want the exact equivant to "p4 sync -n".
I thought this would be easy. I first checked "git help pull". I then checked google. Run out of places to check.