mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-27 18:15:49 +02:00
17 lines
381 B
Markdown
17 lines
381 B
Markdown
![]() |
# jj show
|
||
|
|
||
|
> Show commit description and changes in a revision.
|
||
|
> More information: <https://jj-vcs.github.io/jj/latest/cli-reference/#jj-show>.
|
||
|
|
||
|
- Show commit description and changes in a revision:
|
||
|
|
||
|
`jj show {{revset}}`
|
||
|
|
||
|
- Show a summary of changes in a revision:
|
||
|
|
||
|
`jj show {{[-s|--summary]}} {{revset}}`
|
||
|
|
||
|
- Show a histogram of changes in a revision:
|
||
|
|
||
|
`jj show --stat {{revset}}`
|