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

jj edit — Set the specified revision as the working-copy revision. Note: It is generally recommended to instea

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandclijj editspecifiedsetrevision

Problem

How to use the jj edit command: Set the specified revision as the working-copy revision. Note: It is generally recommended to instead use jj new and jj squash. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-edit>.

Solution

jj edit — Set the specified revision as the working-copy revision. Note: It is generally recommended to instead use jj new and jj squash. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-edit>.

Set the given revision as the working copy:
jj edit {{revset}}

Code Snippets

Set the given revision as the working copy

jj edit {{revset}}

Context

tldr-pages: common/jj edit

Revisions (0)

No revisions yet.