LinuxCommandLibrary

jj-absorb

automatically moves changes from the working copy into the appropriate

TLDR

Absorb changes into ancestor commits

$ jj absorb
copy
Absorb specific paths
$ jj absorb [file1] [file2]
copy
Absorb from specific revision
$ jj absorb --from [revision]
copy

SYNOPSIS

jj absorb [options] [paths...]

DESCRIPTION

jj absorb automatically moves changes from the working copy into the appropriate ancestor commits. It analyzes which lines were modified and distributes them to the commits that last touched those lines. Useful for fixing up a series of commits.

PARAMETERS

--from revision

Source revision for changes.
-r, --revision rev
Destination revisions to absorb into.

SEE ALSO

jj(1), jj-squash(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community