1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 00:55:33 +02:00
tldr/pages/common/jj-absorb.md
Agam Agarwal a8619a922f
jj-{absorb, evolog, restore}: add pages (#17129)
* jj-evolog: add page

* jj-absorb: add page

* jj-restore: add page

* Fix typo in jj-restore

---------

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-07-05 16:45:41 +02:00

529 B

jj absorb

Split changes in the source revision and move each change to the closest mutable ancestor where the corresponding lines were modified last. More information: https://jj-vcs.github.io/jj/latest/cli-reference/#jj-absorb.

  • Move all changes from a revision to other revisions automatically:

jj absorb {{[-f|--from]}} {{revset}} {{[-t|--into]}} {{revsets}}

  • Move only changes in given files from a revision to other revisions:

jj absorb {{[-f|--from]}} {{revset}} {{[-t|--into]}} {{revsets}} {{filesets}}