mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 21:45:28 +00:00
14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# jj undo
|
|
|
|
> Undo the most recent recorded operation in a `jj` repository.
|
|
> More information: <https://jj-vcs.github.io/jj/latest/cli-reference/#jj-undo>.
|
|
|
|
- Undo the last operation:
|
|
|
|
`jj undo`
|