Skip to content

Instantly share code, notes, and snippets.

@robbyrussell
Created August 26, 2008 21:24
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 robbyrussell/7355 to your computer and use it in GitHub Desktop.
Save robbyrussell/7355 to your computer and use it in GitHub Desktop.
~ : cat .gitconfig
[user]
email = robby@planetargon.com
name = Robby Russell
[alias]
co = checkout
ci = commit
st = status
br = branch
mg = merge
sw = checkout
switch = checkout
[apply]
whitespace = nowarn
[mirror]
summary = true
[svn]
authorsfile = /Users/robbyrussell/Projects/development/git-authors
[apply]
whitespace = strip
[diff]
color = auto
rename = copy
[pager]
color = true
[status]
color = auto
[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