jj-status

shows the status of the working copy in Jujutsu

TLDR

Show working copy status
$ jj status
Short format
$ jj st

SYNOPSIS

jj status | st

DESCRIPTION

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.

INSTALL

sudo pacman -S jujutsu
sudo apk add jujutsu
sudo zypper install jujutsu
brew install jujutsu
nix profile install nixpkgs#jujutsu

SEE ALSO

jj(1), jj-diff(1)