I miss the Git syntax highlighting I had on Windows for every \"git .*\" command like green staged filenames, some bolding, etc.
How do I enable Git syntax highlighting
For seeing different colors for the diff command, use:
git config --global color.diff true
To globally change colors for most commands, use:
git config --global color.ui true