Linux command
jj-parallelize 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Make revisions parallel
jj parallelize [rev1]::[rev2]
Parallelize range of commits
jj parallelize [start]::[end]
说明
jj parallelize restructures a series of sequential commits to be parallel siblings. Takes commits that were children of each other and makes them all children of a common parent. Useful for reorganizing history when changes are independent.
FAQ
What is the jj-parallelize command used for?
jj parallelize restructures a series of sequential commits to be parallel siblings. Takes commits that were children of each other and makes them all children of a common parent. Useful for reorganizing history when changes are independent.
How do I run a basic jj-parallelize example?
Run `jj parallelize [rev1]::[rev2]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more jj-parallelize examples?
This page includes 2 examples for jj-parallelize, plus related commands for nearby Linux tasks.