Git tricks - thomaseichinger/RIOT GitHub Wiki
colored diff
To have a colored output for all git projects execute:
git config --global color.ui auto
If you only want a colored output for your current git project, then omit the --global
attribute.
This also shows whitespace errors in red.