snippetbashTip
jj resolve — Resolve conflicted files with an external merge tool. More information: <https://docs.jj-vcs.dev/lat
Viewed 0 times
commandjj resolvefilescliwithconflictedexternalresolve
Problem
How to use the
jj resolve command: Resolve conflicted files with an external merge tool. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-resolve>.Solution
jj resolve — Resolve conflicted files with an external merge tool. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-resolve>.Resolve all conflicts:
jj resolveList 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 :theirsResolve accepting the outgoing versions:
jj resolve --tool :oursCode Snippets
Resolve all conflicts
jj resolveList 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 :theirsContext
tldr-pages: common/jj resolve
Revisions (0)
No revisions yet.