Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jpcercal/927e1ef30415fb2137c3 to your computer and use it in GitHub Desktop.

Select an option

Save jpcercal/927e1ef30415fb2137c3 to your computer and use it in GitHub Desktop.
Git Show Content File of a Specific Commit
# 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