mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 02:04:19 +00:00
docs: mention concurrency as a feature in README
This commit is contained in:
parent
4c45844aba
commit
67b731b34a
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ branching, simple CLI [free from "the index"](docs/git-comparison.md#the-index),
|
|||
[revsets](docs/revsets.md)), and Pijul/Darcs
|
||||
([first-class conflicts](docs/conflicts.md)), with features not found in either
|
||||
of them ([working-copy-as-a-commit](docs/working-copy.md),
|
||||
[undo functionality](docs/operation-log.md), automatic rebase).
|
||||
[undo functionality](docs/operation-log.md), automatic rebase,
|
||||
[safe replication via `rsync`, Dropbox, or distributed file
|
||||
system](docs/technical/concurrency.md)).
|
||||
|
||||
The command-line tool is called `jj` for now because it's easy to type and easy
|
||||
to replace (rare in English). The project is called "Jujutsu" because it matches
|
||||
|
|
Loading…
Reference in a new issue