BRANCH HISTORY
View branch history with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago
Description
Shows the history of a branch.Usage
cm branch | br history <brspec> [--dateformat=<date_format>] [--machinereadable]
Option / Argument | Description |
|---|---|
| brspec | The branch specification to obtain the history. (Use 'cm help objectspec' to learn more about branch specs.) |
Options
Option / Argument | Description |
|---|---|
| --dateformat | Format used to output dates. |
| --machinereadable | Outputs the result in an easy-to-parse format. |
Help
Examples
(Displays the history of '/main/scm001' branch of 'myrepository' repository on 'myserver' server.)cm branch history br:/main/scm001@myrepository@myserver:8084
(Displays the history of the 'main' branch of the current repository, with a given date format, and in an easy-to-parse format.)cm br history main --dateformat="yyyy, dd MMMM" --machinereadable