Commit
A commitA commit, or "revision", is an individual change to a file (or set of files). More, or “revision”, is an individual change to a file (or set of files). It’s like when you save a file, except with GitGit is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source code management in... More, every time you save it creates a unique ID (a.k.a. the “SHA” or “hash”) that allows you to keep record of what changes were made when and by who. Commits usually contain a commitA commit, or "revision", is an individual change to a file (or set of files). More message which is a brief description of what changes were made.