LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-next

moves the working copy to a child change

TLDR

Move to child change
$ jj next
copy
Move multiple steps
$ jj next [2]
copy
Edit the target change
$ jj next --edit
copy
Move to specific branch
$ jj next --branch [name]
copy

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.

INSTALL

sudo pacman -S jujutsu
copy
sudo apk add jujutsu
copy
sudo zypper install jujutsu
copy
brew install jujutsu
copy
nix profile install nixpkgs#jujutsu
copy

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.

SEE ALSO

jj(1), jj-prev(1), jj-edit(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid