Linux command
jj-edit 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Edit specific revision
jj edit [revision]
Edit parent of current revision
jj edit @-
说明
jj edit sets the working copy to a specific revision for editing. The working copy becomes a child of the specified revision, allowing you to modify it. Changes are automatically recorded in the revision being edited.
FAQ
What is the jj-edit command used for?
jj edit sets the working copy to a specific revision for editing. The working copy becomes a child of the specified revision, allowing you to modify it. Changes are automatically recorded in the revision being edited.
How do I run a basic jj-edit example?
Run `jj edit [revision]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more jj-edit examples?
This page includes 2 examples for jj-edit, plus related commands for nearby Linux tasks.