LinuxCommandLibrary

jj-diff

shows differences between revisions in Jujutsu

TLDR

Show working copy diff

$ jj diff
copy
Diff specific revision
$ jj diff -r [revision]
copy
Diff between revisions
$ jj diff --from [rev1] --to [rev2]
copy
Diff specific file
$ jj diff [file]
copy

SYNOPSIS

jj diff [options] [paths...]

DESCRIPTION

jj diff shows differences between revisions in Jujutsu. By default, shows changes in the working copy. Use -r for specific revision or --from/--to for range comparisons.

PARAMETERS

-r, --revision rev

Show changes in revision.
--from rev
Start revision for comparison.
--to rev
End revision for comparison.
-s, --summary
Show summary only.
--stat
Show diffstat.

SEE ALSO

jj(1), jj-status(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community