Skip to content

Instantly share code, notes, and snippets.

@pachecoder
Created March 12, 2014 15:29
Show Gist options
  • Save pachecoder/9509220 to your computer and use it in GitHub Desktop.
Save pachecoder/9509220 to your computer and use it in GitHub Desktop.
configure the color.ui from git console
#!/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