ok/jj
1
0
Fork 0
forked from mirrors/jj

operation-log.md: Give a brief description of @, +, -

This commit is contained in:
Ilya Grigoriev 2023-02-18 19:26:01 -08:00
parent 385429446b
commit 4059fe77fd

View file

@ -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