commands.sh

jj commit

all

Update the description and create a new change on top.

More info →

Options (2)

-m, --messageboolean

Commit with the given message

Example: jj commit {{[-m|--message]}} "{{message}}"
-i, --interactiveboolean

Interactively choose which changes to include

Example: jj commit {{[-i|--interactive]}}

Examples (3)

Open editor to write the commit message and then create a new empty commit on top

Commit with the given message

jj commit [-m|--message] "message"

Interactively choose which changes to include

jj commit [-i|--interactive]
made by @shridhargupta | data from tldr-pages