Skip to content

Instantly share code, notes, and snippets.

@travisjeffery
Created October 21, 2009 14:24
Show Gist options
  • Save travisjeffery/215141 to your computer and use it in GitHub Desktop.
Save travisjeffery/215141 to your computer and use it in GitHub Desktop.
[color]
status = auto
diff = auto
branch = auto
[merge]
tool = opendiff
[apply]
whitespace = nowarn
[core]
excludesfile = /Users/travis/.gitignore
editor = mvim
[alias]
st = status
di = diff
co = checkout
ci = commit
br = branch
sta = stash
a = add
pu = push
pl = pull
cl = clone
ciam = commit -a -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment