LinuxCommandLibrary

jj-parallelize

restructures a series of sequential commits to be parallel siblings

TLDR

Make revisions parallel

$ jj parallelize [rev1]::[rev2]
copy
Parallelize range of commits
$ jj parallelize [start]::[end]
copy

SYNOPSIS

jj parallelize revisions

DESCRIPTION

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.

SEE ALSO

jj(1), jj-rebase(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community