Linux command
jj-status 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Show working copy status
jj status
Short format
jj st
说明
jj status shows the status of the working copy in Jujutsu. Displays the current change, parent commit, and any modified files. In jj, the working copy is always treated as a commit being worked on.
FAQ
What is the jj-status command used for?
jj status shows the status of the working copy in Jujutsu. Displays the current change, parent commit, and any modified files. In jj, the working copy is always treated as a commit being worked on.
How do I run a basic jj-status example?
Run `jj status` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more jj-status examples?
This page includes 2 examples for jj-status, plus related commands for nearby Linux tasks.