17 lines
377 B
Markdown
Raw Normal View History

# jj show
> Show commit description and changes in a revision.
> More information: <https://docs.jj-vcs.dev/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}}`