Created
January 12, 2010 13:25
-
-
Save tjh/275182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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