Created
June 1, 2015 13:56
-
-
Save jpcercal/927e1ef30415fb2137c3 to your computer and use it in GitHub Desktop.
Git Show Content File of a Specific Commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # git show 0a6cba589532c1b8079e10d9f16511a0d3cd8961:src/filename.ext | |
| git show <treeish>:<file> | |
| # or | |
| git show HEAD~1:src/filename.ext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment