commands.sh

jj next

all

Move the working-copy commit to a child revision.

More info →

Options (2)

-e, --editboolean

Edit the child revision directly, instead of creating a new working-copy commit

Example: jj next {{[-e|--edit]}}
-n, --no-editboolean

Create a new working-copy commit instead of editing the child revision directly

Example: jj next {{[-n|--no-edit]}}

Examples (5)

Move the working-copy commit to the next child revision

Move the working-copy commit a number of revisions forward

jj next offset

Edit the child revision directly, instead of creating a new working-copy commit

jj next [-e|--edit]

Create a new working-copy commit instead of editing the child revision directly

jj next [-n|--no-edit]

Jump to the next conflicted child

jj next --conflict
made by @shridhargupta | data from tldr-pages