ドキュメント

サポート

GETREVISION

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

Description

Loads a revision in the workspace. This command modifies the revision loaded in the workspace, so it can affect future merges. It is an advanced command inherited from old versions, so use it with care.

Usage

cm getrevision <revspec>

Options

Option / Argument

Description

revspecObject specification. (Use 'cm help objectspec' to learn more about rev specs.)

Help

Examples

cm getrevision file.txt#cs:3
(Gets changeset 3 revision of 'file.txt'.)