- A new Git repository containing a copy of the project code
- Separate version history going forward
- Independent development that won’t affect the original project
Create a clone
To create a clone:- Navigate to Metadata > Projects.
- Open the project you want to clone.
- Click … > Clone.
-
Configure the clone settings:
- Name: Display name for the cloned project
- Team: The team that will own the clone
- Git Storage Model: Choose between Simple or Normal Git model
- Git account: Select which Git account will host the new repository
- Repository details: If using external Git, specify where the new repository will be created
- Copy all release tags (optional): Check this to transfer release versions to the clone
- Click Clone Project.
Prophecy only copies the main branch from the source project when cloning. If you have uncommitted
changes or changes on other branches, publish the project before cloning (merge changes into
main). Otherwise, those changes won’t appear in the cloned project.

