logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

JJ Operation - Control Repository History | Online Free DevTools by Hexmos

Control repository history with JJ Operation. Revert, restore, and examine changesets effortlessly using command line. Free online tool, no registration required.

jj-operation

Work with the operation log of a jj repository. More information: https://jj-vcs.github.io/jj/latest/cli-reference/#jj-operation.

  • Show operation log:

jj {{[op|operation]}} log

  • Undo the last operation:

jj {{[op|operation]}} undo

  • Undo a given operation:

jj {{[op|operation]}} undo {{operation}}

  • Restore the repository to its state at a given operation:

jj {{[op|operation]}} restore {{operation}}

  • Show changes to the repository in an operation:

jj {{[op|operation]}} show {{operation}}

  • Show stat, summary and patch of modifications of an operation:

jj {{[op|operation]}} show {{--stat}} {{[-s|--summary]}} {{[-p|--patch]}} {{operation}}

See Also