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 --short

git status --branch

git status --short --branch

git status --show-stash

git status --untracked-files=no