commands.sh

jj describe

all

Update the change description or other metadata.

More info →

Options (2)

boolean

Update the description of the current change

Example: jj {{[desc|describe]}}
-m, --messageboolean

Update the description to the given message

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

Examples (3)

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