Trendora

jj

Assess

Tools

An alternative version-control tool that emphasizes simpler history rewriting workflows.

Why it's here

Placed in Assess: 1 article(s) of evidence from 1 source(s), led by open-source activity, with 1 in the last 30 days. Confidence 24%. Low accumulated evidence, so it defaults conservatively pending more signal.

Evidence (1)

  • 6Hacker News·7/14/2026open_source
    Git's experimental history command adds commit rewriting

    Git's new experimental `history` command introduces `fixup`, `reword`, and `split` subcommands for rewriting commits while automatically rebasing dependent local branches. The feature aims to bring some jj-style workflow benefits to core Git, with atomic operations that avoid leaving the repository in a broken state, though it currently does not support merge commits or conflicted rewrites.