--- title: Git Show date: 2023-11-24T14:22:44+00:00 tags: git identifier: "20231124T142244" --- # `git show` ## Show contents of file at a specific commit ``` git show :path/to/file ``` [Stack Overflow](https://stackoverflow.com/questions/338436/how-can-i-view-an-old-version-of-a-file-with-git)