LinuxCommandLibrary

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.
--list
List files with conflicts.
--tool NAME
Merge tool to use.
-r REV
Revision with conflicts.
--help
Display help information.

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)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community