Y
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
pkulak
491 days ago
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...
link
EDIT: Docs here: https://github.com/jj-vcs/jj/blob/main/docs/config.md#prefix...