LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-resolve

helps resolve merge conflicts

TLDR

Resolve conflicts
$ jj resolve
copy
Resolve specific file
$ jj resolve [path/to/file]
copy
List conflicted files
$ jj resolve --list
copy
Resolve with specific tool
$ jj resolve --tool [meld]
copy

SYNOPSIS

jj resolve [options] [path]

DESCRIPTION

jj resolve helps resolve merge conflicts. It launches a merge tool for conflicted files.The command identifies and processes files with conflict markers. Jujutsu tracks conflicts as first-class states.

PARAMETERS

PATH

Specific file to resolve.
-l, --list
List files with conflicts instead of launching a merge tool.
--tool NAME
Merge tool to use. The tool must be configured in `ui.merge-editor` or `merge-tools.<name>`. Mutually exclusive with --list.
-r, --revision REVSET
Revision whose conflicts should be resolved (default `@`).
--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 configured merge tool. Conflicts persist until resolved.

HISTORY

jj resolve is part of Jujutsu, supporting its unique approach to treating conflicts as normal repository states.

SEE ALSO

jj(1), jj-squash(1), jj-status(1), jj-new(1), jj-describe(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