document updated a month ago, on May 22, 2022
Instead of looking at commits first, start by looking at a specific file, perhaps across commits.
==== Inter-commit ====
How do you view a list of files modified by one or more commits?
There are several ways to do this, but my favorite — git log --name-only
==== Intra-commit ====
How do you look at a specific version of a specific file?
git show $REV:$FILE