//DEVGURU

Category archives ‘git’

Colors in GIT

Saturday, February 21st, 2009

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.