How to see an older version of a file?



$ git show HEAD:FILE
$ git show HEAD~2:FILE
$ git show 8931:FILE    (The SHA of the relevant commit)

short SHA1 (at least 4 but usually not more than 7)