10 lines
293 B
Markdown
Raw Normal View History

# 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}}`