For instance, I got a link:
https://github.com/git/git/tree/e83c5163316f89bfbde7d9ab23ca2e25604af290
that Github page lists all the files of the repo in the specific commit, but it has no branch or tag, how can I use something like git checkout ...
to switch to the status so I can view all the files in my code editor?