Options (2)
-e, --editbooleanEdit the child revision directly, instead of creating a new working-copy commit
Example:
jj next {{[-e|--edit]}}-n, --no-editbooleanCreate 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 offsetEdit 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 --conflictmade by @shridhargupta | data from tldr-pages