diff --git a/pages/common/jj.md b/pages/common/jj.md index 3c76bdf8d4..aa39c9afde 100644 --- a/pages/common/jj.md +++ b/pages/common/jj.md @@ -1,13 +1,21 @@ # jj -> Jujutsu - Version control system. -> Some subcommands such as `log`, `new`, `git fetch`, `git push`, etc. have their own usage documentation. +> Jujutsu, a version control system. +> Some subcommands such as `log`, `desc`, `new`, `git fetch`, etc. have their own usage documentation. > More information: . - Execute a jj subcommand: `jj {{subcommand}` +- Update description of the given revision(s): + +`jj describe {{[-r|--revision]}} {{revsets}}` + +- Create a new commit/revision on top of the given revision(s): + +`jj new {{revsets}}` + - Execute a jj subcommand without snapshotting the working copy: `jj --ignore-working-copy {{subcommand}}`