Colors in GIT
Saturday, February 21st, 2009This one will be short:
git config --global color.ui true
The command above will color your git output (branches, file status etc) green and red. Very, very handy.
This one will be short:
git config --global color.ui true
The command above will color your git output (branches, file status etc) green and red. Very, very handy.