LinuxCommandLibrary

jj-simplify-parents

removes redundant parent edges from merge commits

TLDR

Simplify parent relationships

$ jj simplify-parents
copy
Simplify specific revision
$ jj simplify-parents -r [revision]
copy

SYNOPSIS

jj simplify-parents [options]

DESCRIPTION

jj simplify-parents removes redundant parent edges from merge commits. When a commit has multiple parents where one is an ancestor of another, the redundant parent is removed. Cleans up unnecessary merge complexity.

PARAMETERS

-r, --revision rev

Revision to simplify.

SEE ALSO

jj(1), jj-rebase(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community