diff [Aug. 2, 2011, 12:29 a.m.]
The diff command is used to compare changes between revisions.
git diff
The above example will show you the difference between your local directory and the repository from which it is cloned. The changes listed are not yet staged for a commit.