mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
562 B
Plaintext
19 lines
562 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# jj simplify-parents
|
|
|
|
> Simplify parent edges for the specified revision(s).
|
|
> For example, "A -> B -> C | A -> C" gets simplified to "A -> B -> C".
|
|
> More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-simplify-parents>.
|
|
|
|
- Simplify parent edges of given revisions:
|
|
|
|
`jj simplify-parents {{[-r|--revisions]}} {{revsets}}`
|
|
|
|
- Simplify parent edges of given revisions and trees of their descendants:
|
|
|
|
`jj simplify-parents {{[-s|--source]}} {{revsets}}`
|