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.

SEE ALSO

jj(1), jj-diff(1)

Copied to clipboard
Kai