top | item 45085897

(no title)

Disposal8433 | 6 months ago

> Since jj doesn't have names branches

False. You need to call `jj branch set -r@ XYX` manually which can be a PITA but you only need to do that once you push. Or there is `jj git push --named XYZ=@` which moves the branch.

discuss

order

63stack|6 months ago

False. The branch subcommand has been removed. You have to use bookmarks now.

comonoid|6 months ago

Ok, you need to call `jj bookmark set -r@ XYX` (or `jj b s -r@ XYX`), so what?