Normal and Fork Git models are only available on the Express and Enterprise
Editions.

Model comparison
The following table describes the different Git storage models and how they work.| Git Storage Model | Description |
|---|---|
| Simple | Provides an intuitive visual workflow for project drafting and publication. Users all work on the same dev branch in the Git backend. |
| Normal (no forks) | Enables the typical Git workflow aligned with DevOps best practices. Users all work in the same repository on different branches. |
| Fork per user | (External Git only) Enables the typical Git workflow aligned with DevOps best practices. Users work on their own copy of the repository. |
Regardless of the Git storage model you choose, you’ll be able to use a Prophecy-managed Git
repository or your own external Git repository to host your project code.
Simple Git Storage Model
As you move through the Simple versioning workflow in your project, Prophecy actually maps these actions to Git processes in the backend. In other words, actions like saving, publishing, and restoring changes trigger Git commands. This is possible because all Prophecy projects are hosted on Git, regardless of the project’s Git storage model. The following diagram explains what each versioning action does in Git. If you connect to an external Git provider (rather than use Prophecy-managed Git), you can view how each action in is reflected in Git as you work on your project.
| Action in Prophecy | Action in Git |
|---|---|
| Save to draft |
|
| Publish |
|
| Restore previous version |
main) |

