Status report
All about git status.
The default version comes with helpful instructions.
Config
git status --short as default with git config status.short true. when using --short I also like to use the --branch flag.
you can do this on the fly with shorthand flags: git status -sb