git status
Basic WorkflowShow the working tree status
Options & Flags
Available options for this command
-sShort format output
Examples
Common usage examples
Check current status
git statusShort status output
git status -sNotes
- Shows staged, unstaged, and untracked files
Related Commands
You might also find these useful