HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jj show — Show commit description and changes in a revision. More information: <https://docs.jj-vcs.dev/latest

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandshowcommitandclijj showchangesdescription

Problem

How to use the jj show command: Show commit description and changes in a revision. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-show>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/jj show

Revisions (0)

No revisions yet.