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 |
|---|---|
| repspec | Repository to be renamed. (Use 'cm help objectspec' to learn more about repository specifications.) |
| new_name | New name for the repository. |
Help
Remarks
This command renames a repository. If no repspec is specified, current repository will be assumed.Examples
(The current repository will be renamed to 'development'.)cm repository rename development
(The 'default' repository on 'SERVER' will be renamed to 'development'.)cm repo rename rep:default@SERVER:8084 development