Documentation

Support

Unity Version Control

Create a repository

Create a new repository in Unity Version Control.
Read time 1 minuteLast updated 21 days ago

To work in Unity Version Control (UVCS), you need a repository.

Create a repository in the Unity Dashboard

You can create a repository through the Unity Dashboard:
  1. In the DevOps section, select Repositories.
  2. Select New repository.
  3. Enter a name and select Create.

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.