Skip to content

Instantly share code, notes, and snippets.

@tjh
Created January 12, 2010 13:25
Show Gist options
  • Save tjh/275182 to your computer and use it in GitHub Desktop.
Save tjh/275182 to your computer and use it in GitHub Desktop.
-- Colorize the terminal Git display
git config --global color.interactive always
git config --global color.diff always
git config --global color.status always
git config --global color.branch always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment