The [status] Command

status

Show the working tree status

Usage

libra status

Description

Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the working tree and the index file, and paths in the working tree that are not tracked by Libra.

Note:

status command doesn't support any options & arguments yet.

See https://git-scm.com/docs/git-status for more information.