jj-help
display help for Jujutsu or a specific subcommand
TLDR
SYNOPSIS
jj help [-k KEYWORD] [COMMAND...]
DESCRIPTION
jj help prints the help text for jj itself or for the given subcommand(s). It is the same information as `jj [command] --help`, with extra pages for language topics that are not commands.`jj help --help` lists the keyword names. `jj help -k` then shows one of those topics: bookmarks (named pointers similar to Git branches), configuration files and options, filesets, the glossary, revsets, templates, and a tutorial. The CLI reference at docs.jj-vcs.dev is generated from the same help text but is not guaranteed to match `jj help` exactly; the local command is authoritative.
PARAMETERS
COMMAND
Print help for this subcommand. Repeat for nested commands (`jj help bookmark list`).-k, --keyword KEYWORD
Show help for a conceptual topic instead of a command. Values: `bookmarks`, `config`, `filesets`, `glossary`, `revsets`, `templates`, `tutorial`.
INSTALL
CAVEATS
Subcommand of jj. Keyword help is not a man page and is not opened in a browser. Nested command names must match the CLI (`jj help git remote add`, not a slash path). The published CLI reference is experimental and can differ from this command's output.
