Skip to content

Instantly share code, notes, and snippets.

@mrmorris
Created June 26, 2015 12:19
Show Gist options
  • Save mrmorris/76f65e6fb2ff144fda49 to your computer and use it in GitHub Desktop.
Save mrmorris/76f65e6fb2ff144fda49 to your computer and use it in GitHub Desktop.
My git colors - add to your .gitconfig file
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment