Possible Duplicate:
Using Git how do I find modified files between local and remote
Can anyone tell me the Git command to find all the file names committed and pushed by others and not pulled(updated) by me in my repository. I want to see the changed files without running the pull command.
Thanks.