Can someone direct me to how I can get the color coding option in CentOS for Git?

Is there a specific version that is needed to get this color coding highlight when under the terminal (either terminal or the built-in IntelliJ Terminal?

I had it working on RedHat version but I got switched over to a CentOS VM today and I cannot for the life of me find a way to enable the color coding format for Git so when a file is added or modified it shows a different color for 'git status'.

Thanks

1

There are 1 best solutions below

0
edjm On BEST ANSWER

git config --global color.ui auto

Just found it, of course: How to color the Git console?