How to check if a local repo is up to date?
07:30 29 Oct 2011

I would like to know if my local repo is up to date (and if not, ideally, I would like to see the changes).

How could I check this without doing git fetch or git pull?

git git-pull git-fetch