Enabling Git syntax highlighting for Mac's terminal
git config --global color.ui auto
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