Git Remotes¶
Git remotes let a team share environment history. The remote stores the environment recipe, not model bytes.
Add A Remote¶
Push¶
Choose a remote explicitly:
Pull¶
Choose a remote and model strategy:
Preview or resolve conflicts:
After pull, ComfyGit reconciles runtime state toward the pulled manifest and your local runtime configuration.
Branches¶
Use branch names to collaborate on environment changes before merging them.
Models And Remotes¶
Git does not carry model bytes. Before pushing an environment for another user, make sure required model dependencies have source information:
Workflow Contracts¶
If a workflow has a saved contract, make sure the referenced workflow_api/
artifact is committed along with the workflow and manifest.
Missing API prompt artifacts make served contracts incomplete.