Skip to content

Instantly share code, notes, and snippets.

@tylr
Created November 11, 2010 21:02
Show Gist options
  • Save tylr/673177 to your computer and use it in GitHub Desktop.
Save tylr/673177 to your computer and use it in GitHub Desktop.
[user]
name = Tyler Love
email = github@tylr.org
[core]
editor = mate -w
excludesfile = /Users/tylr/.gitignore
[color]
diff = auto
branch = auto
status = auto
[diff]
renames = true
[alias]
st = status
d = diff
ci = commit -v
cia = commit -v -a
co = checkout
cp = cherry-pick
l = log
ll = log -p
lt = log trunk..
llt = log -p trunk..
lm = log master..
llm = log -p master..
b = branch
[github]
user = tylr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment