Documentation

Support

Unity Version Control

REPOSITORY RENAME

Rename repositories with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago

Description

Renames a repository.

Usage

cm repository | repo rename [<repspec>] <new_name>

Options

Option / Argument

Description

repspecRepository to be renamed. (Use 'cm help objectspec' to learn more about repository specifications.)
new_nameNew name for the repository.

Help

Remarks

This command renames a repository. If no repspec is specified, current repository will be assumed.

Examples

cm repository rename development
(The current repository will be renamed to 'development'.)
cm repo rename rep:default@SERVER:8084 development
(The 'default' repository on 'SERVER' will be renamed to 'development'.)