mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 00:15:25 +02:00
Updated jj.md as per comments
This commit is contained in:
parent
e1a9f7c580
commit
158a43c4ac
1 changed files with 10 additions and 2 deletions
|
@ -1,13 +1,21 @@
|
||||||
# jj
|
# jj
|
||||||
|
|
||||||
> Jujutsu - Version control system.
|
> Jujutsu, a version control system.
|
||||||
> Some subcommands such as `log`, `new`, `git fetch`, `git push`, etc. have their own usage documentation.
|
> Some subcommands such as `log`, `desc`, `new`, `git fetch`, etc. have their own usage documentation.
|
||||||
> More information: <https://jj-vcs.github.io/jj/latest/cli-reference/>.
|
> More information: <https://jj-vcs.github.io/jj/latest/cli-reference/>.
|
||||||
|
|
||||||
- Execute a jj subcommand:
|
- Execute a jj subcommand:
|
||||||
|
|
||||||
`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:
|
- Execute a jj subcommand without snapshotting the working copy:
|
||||||
|
|
||||||
`jj --ignore-working-copy {{subcommand}}`
|
`jj --ignore-working-copy {{subcommand}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue