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
I've used next solution:
git config --global color.diff auto git config --global color.status auto git config --global color.branch auto
Original article