Created
August 29, 2011 22:20
-
-
Save levicook/1179572 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
ci = commit | |
co = checkout | |
df = diff -w | |
br = branch | |
me = merge | |
st = status | |
[color] | |
ui = auto | |
[user] | |
name = Levi Cook | |
email = [email protected] | |
[core] | |
excludesfile = /Users/levi/.gitignore | |
[url "git://github.com/"] | |
insteadOf = gh: | |
[url "[email protected]:bendyworks/"] | |
insteadOf = ghp: | |
[github] | |
user = levicook | |
token = de379d2908f9821de49de7df8890860b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment