jj-bookmark-list(1) General Commands Manual jj-bookmark-list(1) NAME jj-bookmark-list - List bookmarks and their targets SYNOPSIS jj bookmark list [-a|--all-remotes] [-R|--repository] [--ignore-working-copy] [--remote] [--no-integrate-operation] [-t|--tracked] [-c|--conflicted] [--ignore-immutable] [--at-operation] [-r|--revision] [--debug] [-T|--template] [--color] [--sort] [--quiet] [--no-pager] [--config] [--config-file] [-h|--help] [NAMES] DESCRIPTION List bookmarks and their targets By default, a tracked remote bookmark will be included only if its target is different from the local target. An untracked remote bookmark won't be listed. For a conflicted bookmark (both local and remote), old target revisions are preceded by a "-" and new target revisions are preceded by a "+". See [`jj help -k bookmarks`] for more information. [`jj help -k bookmarks`]: https://docs.jj-vcs.dev/latest/bookmarks OPTIONS -a, --all-remotes Show all tracked and untracked remote bookmarks including the ones whose targets are synchronized with the local bookmarks --remote Show all tracked and untracked remote bookmarks belonging to this remote Can be combined with `--tracked` or `--conflicted` to filter the bookmarks shown (can be repeated.) By default, the specified pattern matches remote names with glob syntax. You can also use other [string pattern syntax]. [string pattern syntax]: https://docs.jj-vcs.dev/latest/revsets/#string-patterns -t, --tracked Show tracked remote bookmarks only This omits local Git-tracking bookmarks by default. -c, --conflicted Show conflicted bookmarks only -r, --revision Show bookmarks whose local targets are in the given revisions Note that `-r deleted_bookmark` will not work since `deleted_bookmark` wouldn't have a local target. -T, --template