In order to see the whole file:
git show [email protected]{0}:<filename>
In order to see the diff:
git diff [email protected]{0}^1 [email protected]{0} -- <filename>