REPOSITORY RENAME
Rename repositories with the Unity Version Control CLI.
読み終わるまでの所要時間 1 分最終更新 9ヶ月前
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
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'.)