Initialize the repository
In the left sidebar, select the third tab (Source Control) and click Initialize Repository to turn the current project into a local Git repo.
Commit changes
After initializing, each time you finish a task you can commit the changes to the repository from the Source Control panel.1
Review changes
The left side of the panel lists the files changed this time (new files are marked U).
2
Generate a commit message
Click the second icon in the top-right of the panel to auto-generate a commit message with SoloEnt’s commit summary feature.
3
Commit
After confirming the message, click Commit to save this change as a version checkpoint.

When to commit
If you are worried that a version’s content might later be lost or messed up, commit after each milestone task, for example:- Finishing the outline for the whole book
- Finishing the first 10 chapters
- Making a major worldbuilding or setting change
Context & SOLOENT.md
Use
SOLOENT.md to record the full picture of your project so every new session can quickly restore contextFAQ
Check here for issues like the “install Git” prompt and checkpoints