Last Updated: February 25, 2016
·
419
· luismilanese

Adding color to Git in terminal

If you're using GIT in terminal, try this simple to command to add color to the git return of commands, thus improving your experience.

git config --global --add color.ui true

And that's it.