Skip to content

Instantly share code, notes, and snippets.

@niksumeiko
Last active August 29, 2015 13:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niksumeiko/8788513 to your computer and use it in GitHub Desktop.
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.
# 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