HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jj undo — Undo the most recent recorded operation in a `jj` repository. More information: <https://docs.jj-vcs

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandmostclirecordedjj undoundorecent

Problem

How to use the jj undo command: Undo the most recent recorded operation in a jj repository. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-undo>.

Solution

jj undo — Undo the most recent recorded operation in a jj repository. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-undo>.

Undo the last operation:
jj undo

Code Snippets

Undo the last operation

jj undo

Context

tldr-pages: common/jj undo

Revisions (0)

No revisions yet.