LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-status

shows the status of the working copy in Jujutsu

TLDR

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

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
copy
sudo apk add jujutsu
copy
sudo zypper install jujutsu
copy
brew install jujutsu
copy
nix profile install nixpkgs#jujutsu
copy

SEE ALSO

jj(1), jj-diff(1)

Copied to clipboard
Kai