jj-next
moves the working copy to a child change
TLDR
Move to child change
$ jj next
Move multiple steps$ jj next [2]
Edit the target change$ jj next --edit
Move to specific branch$ jj next --branch [name]
SYNOPSIS
jj next [options] [count]
DESCRIPTION
jj next moves the working copy to a child change. It navigates forward in the change history.
The command is useful for reviewing changes in sequence. Combined with prev, it enables navigation through history.
PARAMETERS
COUNT
Number of changes to move forward.--edit
Edit target change instead of creating new.--branch NAME
Follow specific branch.--help
Display help information.
CAVEATS
Subcommand of jj. Requires child changes to exist. Ambiguity with multiple children.
HISTORY
jj next is part of Jujutsu, providing intuitive history navigation for the change-centric model.
