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

Updated jj.md as per comments

This commit is contained in:
Agam Agarwal 2025-07-01 00:32:30 +05:30
parent e1a9f7c580
commit 158a43c4ac

View file

@ -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: <https://jj-vcs.github.io/jj/latest/cli-reference/>.
- 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}}`