Hacker News new | ask | show | jobs
by steveklabnik 492 days ago
jj git push -c <changeid> will create a bookmark for you and automatically give it a random name. Most folks who do this configure it to add a prefix, often a username.
1 comments

Oh, I didn't know you could do that. Nice.

EDIT: Docs here: https://github.com/jj-vcs/jj/blob/main/docs/config.md#prefix...