Created
March 12, 2014 15:29
-
-
Save pachecoder/9509220 to your computer and use it in GitHub Desktop.
configure the color.ui from git console
This file contains 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
#!/bin/sh | |
#configure the color.ui from git console in ubuntu. | |
#DOC: http://git-scm.com/book/en/Customizing-Git-Git-Configuration | |
git config --global color.ui = always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment