Skip to content

Instantly share code, notes, and snippets.

@paneq
Created July 11, 2013 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paneq/5977210 to your computer and use it in GitHub Desktop.
Save paneq/5977210 to your computer and use it in GitHub Desktop.
Avoid red color in git
[color]
ui = always
[color "diff"]
old = blue
[color "branch"]
remote = blue
plain = white
[color "status"]
added = yellow
updated = green
changed = blue
untracked = blue
nobranch = blue
branch = white
unmerged = blue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment