mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-27 16:55:26 +02:00
17 lines
413 B
Markdown
17 lines
413 B
Markdown
![]() |
# jj describe
|
||
|
|
||
|
> Update the change description or other metadata.
|
||
|
> More information: <https://jj-vcs.github.io/jj/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}}`
|