Posts Tagged ‘revision control’

Add color to Git

Monday, November 16th, 2009

Wished that git came with colors?

325fbb4dcad8f8aabc1ba22f77948eb1

Got this in a recent email from the Singapore Ruby Group:


git config --global color.branch "auto"
git config --global color.status "auto"
git config --global color.diff "auto"

Thanks Dinesh! :)

You can find out more from errtheblog.