LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-bisect

performs binary search through commit history to find which commit introduced

TLDR

Start bisect session
$ jj bisect start
copy
Mark current revision as good
$ jj bisect good
copy
Mark current revision as bad
$ jj bisect bad
copy
Reset bisect session
$ jj bisect reset
copy

SYNOPSIS

jj bisect subcommand [options]

DESCRIPTION

jj bisect performs binary search through commit history to find which commit introduced a bug. Marks commits as good or bad to narrow down the problematic change. Similar to git bisect but integrated with Jujutsu's revision model.

PARAMETERS

start

Begin bisect session.
good [revision]
Mark revision as good.
bad [revision]
Mark revision as bad.
reset
End bisect session.
skip
Skip current revision.

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

SEE ALSO

jj(1), jj-log(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