Version Control
git status
Show status of the working directory.
Syntax
$git status [OPTIONS]
Examples
$git status
$git status -s
Typical use cases
?
Standard usage
git status --help
Note
Displays modified files.
Export