Created
July 23, 2013 10:47
-
-
Save Shibly/6061505 to your computer and use it in GitHub Desktop.
Enable colors in git in 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
Mac comes with git pre-installed but not pre-configured. The color coding is missing in git terminal when you are using it in mac. Use this sipmple command to enable color coding in Mac. Happy gitting :) | |
git config --global color.ui true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment