HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jj status — Show high-level repository status. This includes the working copy commit and its parents, and a summ

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandjj statuslevelshowstatusclihighrepository

Problem

How to use the jj status command: Show high-level repository status. This includes the working copy commit and its parents, and a summary of the changes in the working copy and any existing conflicts in the working copy. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-status>.

Solution

jj status — Show high-level repository status. This includes the working copy commit and its parents, and a summary of the changes in the working copy and any existing conflicts in the working copy. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-status>.

Show high-level status of the repository:
jj {{[st|status]}}

Code Snippets

Show high-level status of the repository

jj {{[st|status]}}

Context

tldr-pages: common/jj status

Revisions (0)

No revisions yet.