Edu’s quick notes

little asteroids here
« Back to blog
July 03, 2008

Colorizing git

$ git config --global color.diff auto
$ git config --global color.status auto
$ git config --global color.branch auto
$ git config --global color.interactive auto

Comments (0)
Leave a comment...