Is there any way I see contents of a commit in a remote repository without cloning it. Precisely, I am looking for a command which can work similar to git show [refs] <commit ID> (which is not a valid command) which will show the commit <commit ID> at remote repository at ref.
This question is close to what I want, but cloning is not what I am looking for.
 
    