Skip to content

Instantly share code, notes, and snippets.

@EHER
Created January 29, 2012 15:35
Show Gist options
  • Save EHER/1699319 to your computer and use it in GitHub Desktop.
Save EHER/1699319 to your computer and use it in GitHub Desktop.
Adding Color to GIT
git config --global color.branch auto
git config --global color.diff auto
git config --global color.interactive auto
git config --global color.status auto
git config --global color.ui auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment