ドキュメント

サポート

REVERT

Revert changes with the Unity Version Control CLI.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前

Description

Reverts an item to a previous revision.

Usage

cm revert <revspec>

Options

Option / Argument

Description

revspecSpecification of the changeset that contains the revision which content will be loaded in the workspace. (Use 'cm help objectspec' to learn more about revision specs.)

Help

Remarks

The item must be checked in.

Examples

cm revert dir#cs:0
cm revert C:\mywks\dir\file1.txt#23456