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
Freelance software engineer United Kingdom
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