logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Simplify Parents - Control JJ Revisions | Online Free DevTools by Hexmos

Control JJ revisions with Simplify Parents. Effortlessly manage parent edges and optimize your repository history. Free online tool, no registration required.

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://jj-vcs.github.io/jj/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}}

See Also