mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 00:55:33 +02:00

* 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>
529 B
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}}