Skip to content

Op Log

Press o to open the operation log. It shows the history of all jj operations run in the repository, limited to 200 entries by default.

GIF

  • d: view the diff for the highlighted operation — opens the diff viewer showing what changed
  • r restore: runs jj op restore <op_id> — takes the repository back to the state it was in at that operation. Everything after it is discarded.
  • shift+r revert: runs jj op revert <op_id> — undoes only what that specific operation did, without discarding subsequent operations.
  • j/k, pgup/pgdown: navigate entries
  • p: toggle preview (shows jj op show for the highlighted entry)
  • shift+p: move preview to bottom
  • /: start search
  • ': next match
  • ": previous match
  • esc: clear search
  • esc: close and return to revisions
  • q: quit jjui
[oplog]
limit = 200 # number of operations to load
Contribute Community