What is a Commit
A commit is a change made to a file, created by FileMonger after a save. It includes multiple pieces of data, mainly:
- Date and time it was created
- The file's revision at the point in time
- An optional message describing that specific revision
You can use the commit graph for a visualization of a file's revision history, and click on a specific commit to access content and compare differences.