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:

  1. In the DevOps section, select Repositories.
  2. Select New repository.
  3. 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

  1. Select the home icon to open the Repositories view.
  2. Select the server you want to use from the dropdown menu.
  3. Select the Create new repository plus icon.
  4. 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.
  5. 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.