Skip to content

Instantly share code, notes, and snippets.

@aresnick
Created January 28, 2015 16:42
Show Gist options
  • Save aresnick/943e0cb3d7ca713a8fea to your computer and use it in GitHub Desktop.
Save aresnick/943e0cb3d7ca713a8fea to your computer and use it in GitHub Desktop.
Recommended .gitconfig for DGMD E-15
[color]
ui = true
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 = red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment