Commands.app

git status

Basic Workflow

Show the working tree status

Options & Flags
Available options for this command
-s

Short format output

Examples
Common usage examples

Check current status

git status

Short status output

git status -s
Notes
  • Shows staged, unstaged, and untracked files
Related Commands
You might also find these useful