Skip to content

Instantly share code, notes, and snippets.

@levicook
Created September 10, 2011 02:09
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 levicook/1207836 to your computer and use it in GitHub Desktop.
Save levicook/1207836 to your computer and use it in GitHub Desktop.
[alias]
ci = commit
co = checkout
df = diff -w
br = branch
me = merge
st = status
[color]
ui = auto
[user]
name = Levi Cook
email = levicook@gmail.com
[core]
excludesfile = /Users/levi/.gitignore
[url "git://github.com/"]
insteadOf = gh:
[url "git@github.com:bendyworks/"]
insteadOf = ghp:
[github]
user = levicook
token = de379d2908f9821de49de7df8890860b
[merge]
tool = gvimdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment