Skip to content

Instantly share code, notes, and snippets.

@davetron5000
Created August 21, 2013 17:31
Show Gist options
  • Save davetron5000/6297422 to your computer and use it in GitHub Desktop.
Save davetron5000/6297422 to your computer and use it in GitHub Desktop.
[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