--branch <name>.
The safe path to production
- Create a Branch for the change.
- Deploy that Branch to Preview.
- Review its code and content changes.
- Merge the Branch into
main. - Publish
mainto production.
Work with Branches
fimo checkout -b instead of git checkout -b. The Fimo command creates both the Git branch and its isolated Fimo environment.
A connected MCP client reads the same comparison without a checkout through
fimo.branches.status and fimo.branches.diff. See Project MCP.
Group Branches into Environments
Every project has Preview and Production. Preview contains Branches that are not assigned to a custom Environment. Production represents the published site. If your plan includes custom Environments, you can group Branches by exact names or trailing wildcard patterns:What’s next
Preview vs production
Keep review links separate from the public site.
Launch checklist
Move from reviewed Preview to a verified launch.
Version history
Save and restore project states.