Is there a way to make git
's output to show colors for the important words such as "error", "warning", or "aborting"? (case insensitive).
There are times when I do a git pull
and the output is several lines, and I don't usually read all of them, but down at the last line, there is a word "Aborting", which escaped my attention.
So is there a way to show words in colors that indicate some error conditions? By the way git config --global color.ui true
or git config --global color.ui auto
won't do it, as I intentionally created some merge conflict on the Mac and on Ubuntu and no color output came out. (I am using the latest git, on Mac, git 2.6.4, and on Ubuntu, git 2.7.2).