1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 00:35:23 +02:00

Mention revision instead of revset for jj bookmark commands.

This commit is contained in:
Agam Agarwal 2025-07-01 09:04:57 +05:30
parent 73bdf2c484
commit bd17eaa017

View file

@ -6,7 +6,7 @@
- Create a new bookmark at the given revision:
`jj bookmark create {{[-r|--revision]}} {{revset}} {{name}}`
`jj bookmark create {{[-r|--revision]}} {{revision}} {{name}}`
- List all existing bookmarks and their targets:
@ -14,7 +14,7 @@
- Move an existing bookmark to another revision:
`jj bookmark move {{[-t|--to]}} {{revset}} {{name}}`
`jj bookmark move {{[-t|--to]}} {{revision}} {{name}}`
- Track given remote bookmarks: