Created
August 21, 2013 17:31
-
-
Save davetron5000/6297422 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
[user] | |
name = Dave Copeland | |
email = [email protected] | |
[core] | |
excludesfile = /Users/davec/.gitignore | |
[color] | |
branch = auto | |
diff = auto | |
status = auto | |
[color "branch"] | |
current = green reverse | |
local = green | |
remote = yellow | |
[color "diff"] | |
meta = yellow | |
frag = magenta bold | |
old = red bold | |
new = green bold | |
[color "status"] | |
added = yellow bold | |
changed = red bold | |
untracked = cyan | |
[alias] | |
lol = log --oneline --graph --decorate | |
update = pull --rebase | |
up = pull --rebase | |
[rerere] | |
enabled = 0 | |
[mergetool] | |
keepBackup = true | |
[github] | |
user = davetron5000 | |
[ghi] | |
token = 5b1e1fb466b3e3973454bda83f221bac5ed4907a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment