A “revision”, is an individual change to a file (or set of files)
Git’s version of saving
Commits save a “snapshot” of all of the project’s files at that point in time
Using commits you can “time travel” and navigate back to any previous commit that was made throughout the history of the project
Commits usually contain a commit message which is a brief description of what changes were made