git show

Updated: 07 October 2024

List files which were touched by a commit

git show --pretty="" --name-only REVISION

Show a file at a particular revision

git show REVISION:path/to/the/file

Leave a comment