Auto UI Color
Add some quick and easy color to your git output
git config --global color.ui="auto"
This adds the following line to your ~/.gitconfig
[color]
ui = auto
Add some quick and easy color to your git output
git config --global color.ui="auto"
This adds the following line to your ~/.gitconfig
[color]
ui = auto