# git status

`git status`

See which files changed and what's staged for the next commit.

## What each part does

- `git` — command — track changes to your project and share them
- `status` — argument: a file, a folder, or text

Source: https://zero2vibecode.com/explain/git-status
