2025-07-24 22:27:13 -06:00
|
|
|
# jj describe
|
|
|
|
|
|
|
|
|
|
> Update the change description or other metadata.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-describe>.
|
2025-07-24 22:27:13 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|