Last active
August 29, 2015 13:55
-
-
Save niksumeiko/8788513 to your computer and use it in GitHub Desktop.
Git command to enable colors for all git commands in Mac OSX Terminal.
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
# By executing this command in your Mac OSX Terminal, all git commands will have | |
# colors, so you're more comfortable reading git produced output. | |
git config --global color.ui true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment