Skip to content

Instantly share code, notes, and snippets.

@klingerf
Last active September 23, 2015 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save klingerf/614679 to your computer and use it in GitHub Desktop.
Save klingerf/614679 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Kevin Lingerfelt
email = xxx
[alias]
br = branch
ci = commit
co = checkout
st = status
wtf = "!git-wtf"
last = log -p -1 HEAD
[core]
editor = vi
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[diff]
renames = true
[github]
user = klingerf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment