mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-15 03:55:23 +02:00
297 B
297 B
jj edit
Set the specified revision as the working-copy revision. Note: It is generally recommended to instead use
jj new
andjj squash
. More information: https://jj-vcs.github.io/jj/latest/cli-reference/#jj-edit.
- Set the given revision as the working copy:
jj edit {{revset}}