Options (2)
-e, --editbooleanEdit the parent revision directly, instead of creating a new working-copy commit
Example:
jj prev {{[-e|--edit]}}-n, --no-editbooleanCreate a new working-copy commit instead of editing the parent revision directly
Example:
jj prev {{[-n|--no-edit]}}Examples (5)
Move the working-copy commit to the previous parent revision
Move the working-copy commit a number of revisions backward
jj prev offsetEdit the parent revision directly, instead of creating a new working-copy commit
jj prev [-e|--edit]Create a new working-copy commit instead of editing the parent revision directly
jj prev [-n|--no-edit]Jump to the previous conflicted parent
jj prev --conflictmade by @shridhargupta | data from tldr-pages