logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Resolve Conflicts - Control JJ Merge Tool | Online Free DevTools by Hexmos

Resolve conflicts efficiently with JJ Merge Tool, handling file merge issues. Manage revision conflicts easily. Free online tool, no registration required.

jj-resolve

Resolve conflicted files with an external merge tool. More information: https://jj-vcs.github.io/jj/latest/cli-reference/#jj-resolve.

  • Resolve all conflicts:

jj resolve

  • List all conflicts:

jj resolve {{[-l|--list]}}

  • Resolve conflicts in a given revision:

jj resolve {{[-r|--revision]}} {{revset}}

  • Resolve conflicts in given files:

jj resolve {{file1 file2 ...}}

  • Resolve accepting the incoming versions:

jj resolve --tool :theirs

  • Resolve accepting the outgoing versions:

jj resolve --tool :ours

See Also