commands.sh

jj show

all

Show commit description and changes in a revision.

More info →

Options (1)

-s, --summaryboolean

Show a summary of changes in a revision

Example: jj show {{[-s|--summary]}} {{revset}}

Examples (3)

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
made by @shridhargupta | data from tldr-pages