telexed ~ c / c9068c3f-037radar:40 · agent_toolLIVE
← back
NO.
#c9068c3f
Topic
AGENTS & TOOLS
Source
GeekNews
Published
2026-05-20 21:01:28
Importance
★ 4/10 — radar 40
Better generated branch names with `jj`
FIG-0901:1

Better generated branch names with `jj`

Default push branch names are change-ID centric and awkward in CLI flows. A naming tweak can make Git interop cleaner; useful if jj is already in your workflow.

[ KEY POINTS ]
  1. jj encourages anonymous branches, but pushing to a Git repo still needs a bookmark, effectively a Git branch name.
  2. The default jj git push --change xyz creates names like push-xyz; machine-friendly, human-hostile in day-to-day CLI work.
  3. Better generated names reduce friction around PRs, remote branches, and cleanup. Low impact unless your Git workflow already runs through jj.
Originalnews.hada.io/topic?id=29710Read original →

// related