forked from mirrors/jj
operation-log.md
: Give a brief description of @
, +
, -
This commit is contained in:
parent
385429446b
commit
4059fe77fd
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ The operation log allows you to undo an operation (`jj [op] undo`), which doesn'
|
|||
need to be the most recent one. It also lets you restore the entire repo to the
|
||||
way it looked at an earlier point (`jj op restore`).
|
||||
|
||||
When referring to operations, you can use `@` to represent the current operation
|
||||
as well as the `-` operator (e.g. `@-`) to get the parent of an operation.
|
||||
|
||||
|
||||
## Concurrent operations
|
||||
|
||||
|
|
Loading…
Reference in a new issue