Options (2)
-l, --listbooleanList all conflicts
Example:
jj resolve {{[-l|--list]}}-r, --revisionbooleanResolve conflicts in a given revision
Example:
jj resolve {{[-r|--revision]}} {{revset}}Examples (6)
Resolve all conflicts
List all conflicts
jj resolve [-l|--list]Resolve conflicts in a given revision
jj resolve [-r|--revision] revsetResolve conflicts in given files
jj resolve file1 file2 ...Resolve accepting the incoming versions
jj resolve --tool :theirsResolve accepting the outgoing versions
jj resolve --tool :oursmade by @shridhargupta | data from tldr-pages