mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 03:43:15 +00:00
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# jj parallelize
|
|
|
|
> Parallelize revisions by making them siblings.
|
|
> More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-parallelize>.
|
|
|
|
- Parallelize given revisions:
|
|
|
|
`jj parallelize {{revsets}}`
|