git config --global color.ui true
The above command adds the following item to your git configuration files.
[color]
  ui = true
17 Aug 2013
  
  
   - 
  git
  
  
  
git config --global color.ui true
The above command adds the following item to your git configuration files.
[color]
  ui = true