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

jj describe — Update the change description or other metadata. More information: <https://docs.jj-vcs.dev/latest/c

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandjj describeupdateclichangeotherdescription

Problem

How to use the jj describe command: Update the change description or other metadata. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-describe>.

Solution

jj describe — Update the change description or other metadata. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-describe>.

Update the description of the current change:
jj {{[desc|describe]}}


Update the description of given revsets:
jj {{[desc|describe]}} {{revsets}}


Update the description to the given message:
jj {{[desc|describe]}} {{[-m|--message]}} {{message}}

Code Snippets

Update the description of the current change

jj {{[desc|describe]}}

Update the description of given revsets

jj {{[desc|describe]}} {{revsets}}

Update the description to the given message

jj {{[desc|describe]}} {{[-m|--message]}} {{message}}

Context

tldr-pages: common/jj describe

Revisions (0)

No revisions yet.