Add Some Color to Git
By default, git is colorless. What decade is this again? “Squirt” this crap in your prompt and things will be better.
git config --global color.ui "auto" git config --global color.branch "auto" git config --global color.status "auto" git config --global color.diff "auto"
No comments yet, be the first.