Linux command
jj-duplicate 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Duplicate current revision
jj duplicate
Duplicate specific revision
jj duplicate [revision]
Duplicate multiple revisions
jj duplicate [rev1] [rev2]
说明
jj duplicate creates copies of revisions. The duplicated commits have identical content but new change IDs. Useful for creating variations or preserving commits before modification.
FAQ
What is the jj-duplicate command used for?
jj duplicate creates copies of revisions. The duplicated commits have identical content but new change IDs. Useful for creating variations or preserving commits before modification.
How do I run a basic jj-duplicate example?
Run `jj duplicate` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more jj-duplicate examples?
This page includes 3 examples for jj-duplicate, plus related commands for nearby Linux tasks.