Skip to content

Instantly share code, notes, and snippets.

@parente
Created September 3, 2010 02:52
Show Gist options
  • Save parente/563331 to your computer and use it in GitHub Desktop.
Save parente/563331 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Peter Parente
email = parente@cs.unc.edu
[color]
ui = 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
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log
sci = svn dcommit
srb = svn rebase
[core]
editor = mate -w
[github]
# ommitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment