Show the state of the [[Working directory (git)|working directory]] and [[Staging Area (git)|staging area]] - which files are staged, unstaged, or untracked. [^1] ```bash git status git status -s # short format ``` ^cmd [^1]: https://git-scm.com/docs/git-status