git/status

Check Repository Status

Display the working tree status

git
status
repository

Command

git status

Explanation

git status is used to display the working tree status. It displays the working tree status.

Examples

Show full status

git status

Short status format

git status -s