Skip to content

Instantly share code, notes, and snippets.

@Shibly
Created July 23, 2013 10:47
Show Gist options
  • Save Shibly/6061505 to your computer and use it in GitHub Desktop.
Save Shibly/6061505 to your computer and use it in GitHub Desktop.
Enable colors in git in terminal.
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