Create a repository
To work in Unity Version Control (UVCS), you need a repository.
Create a repository in the Unity Cloud Dashboard
You can create a repository through the Unity Cloud Dashboard:
- In the DevOps section, select Repositories.
- Select New repository.
- Enter a name and select Create.
Note: Since a workspace is a local copy, you need to Set up a workspace through the desktop application or the command line.
Create a repository in the GUI
- Select the home icon to open the Repositories view.
- Select the server you want to use from the dropdown menu.
- Select the Create new repository plus icon.
- Enter a name for the repository.
- Optionally, to create a local copy of the repository, select Create a workspace for this repository. Set a name and a location for the files.
- Select Create.
Create a repository in the CLI
To create a repository, you can use the cm repository
command:
cm repository create rep_name
For more information and options, refer to the cm repository
CLI reference documentation.