git status
This command lists items and shows which files are staged, unstaged and untracked.
$ git status
This command outputs items in a short-format
$ git status -s
$ git status --short
Outputs items in a long-format
$ git status --long 
Outputs items in one line
$ git status -z
by Eka Suarishvili
1 year ago
Git
0
Pro tip: use ```triple backticks around text``` to write in code fences