I've got a repository set up and added files and pushed it ok.
Then another person cloned it on a separate pc, made some changes and pushed it also.
Now back on my pc, how can I get a difference between what's on my PC and the online repository (which is more up to date).
doing a git status - says I'm up to date with origin/master.
I don't think either of us did any branching - so we should be on the master branch.
Thanks.