Linux command
jj-next 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Move to child change
jj next
Move multiple steps
jj next [2]
Edit the target change
jj next --edit
Move to specific branch
jj next --branch [name]
说明
jj next moves the working copy to a child change. It navigates forward in the change history. The command is useful for reviewing changes in sequence. Combined with prev, it enables navigation through history.
参数
- --edit
- Edit target change instead of creating new.
- --branch _NAME_
- Follow specific branch.
- --help
- Display help information.
FAQ
What is the jj-next command used for?
jj next moves the working copy to a child change. It navigates forward in the change history. The command is useful for reviewing changes in sequence. Combined with prev, it enables navigation through history.
How do I run a basic jj-next example?
Run `jj next` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --edit do in jj-next?
Edit target change instead of creating new.