1. JJ offers powerful, “Nix‑like” commands while Git stays dominant
"Jujutsu equivalents… makes jujutsu look like the Nix of VCSes." — palata
"What Changes The Most …jj log --no-graph …" — pzmarzly 2. Git’s inherent complexity pushes people toward simplicity
"Git is the dvorak of git… incompatible with everyone else." — rjh29
"In contrast with git that is a constant chore (and any sane person uses alias)." — palata
3. Commit‑message standards and squash‑merge affect authorship
"If the team squashes every PR into a single commit, this output reflects who merged, not who wrote." — nola-a
"When you only look at PRs and don’t ever care about commits, why are they even being sent to reviewer?" — seba_dos1
4. Using git history metrics to gauge project health
"The 20 most‑changed files in the last year are often the ones everyone warns about." — theshrike79
"Normalising by size would be more precise, but a quick gut‑check is useful." — grepsedawk
5. Need for cheat‑sheets, aliases and AI‑assisted command help
"I can’t remember all these custom scripting languages; I’d just make aliases." — usrbinbash
"tldror Navi give quick snippets instead of memorising pipelines." — rusted_gear (or any similar quote you prefer)