Files
cheatsheet-tldr/tldr/jj-undo
2025-11-11 00:20:40 +00:00

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`