To preserve a project's history, Glitch will automatically make git commits for it as follows:
- When editing a project, commits will happen every 10 minutes.
- When the Rewind feature is used, a commit will be made.
- If a free project goes to "sleep" due to inactivity, a commit will be made.
To learn more about how git commits work specifically with a GitHub repo, click here.