Skip to content

Instantly share code, notes, and snippets.

@bmarini
Created March 17, 2012 22:03
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 bmarini/2065716 to your computer and use it in GitHub Desktop.
Save bmarini/2065716 to your computer and use it in GitHub Desktop.
My global git config
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow
frag = magenta
old = red
new = green
[color "status"]
added = green
changed = yellow
untracked = cyan
[color]
ui = true
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
editor=vim
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
[branch]
autosetupmerge = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment