git status

Show the changes to files in a Git repository. Lists changed, added and deleted files compared to the currently checked-out commit. More information: https://git-scm.com/docs/git-status.

git status

git status {{[-s|--short]}}

git status {{[-vv|--verbose --verbose]}}

git status {{[-b|--branch]}}

git status {{[-sb|--short --branch]}}

git status --show-stash

git status {{[-uno|--untracked-files=no]}}