I want to visualize the version of a file at commit . For this, I type at the command line
git show <commit>:Repo\Path\To\File.cs
According to other posts such as this one, I expect to see the content of the file. Instead, the output of the command is something like
version https://git-lfs.github.com/spec/v1
oid sha256:2b19859bbc4aba8a94563fbf8c8ee88dfda3ad348ce3f769b21651055
size 108912
Can someone help me understand what is going on here and how can I fix it?