Skip to content

Commit

Permalink
Fix gitconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
copyhacker committed Nov 8, 2011
1 parent 3a9cefa commit 5785179
Showing 1 changed file with 32 additions and 1 deletion.
1 change: 0 additions & 1 deletion dot.gitconfig

This file was deleted.

32 changes: 32 additions & 0 deletions dot.gitconfig
@@ -0,0 +1,32 @@
[user]
name = Jonathan Vaught
email = jonathan.vaught@gmail.com
[alias]
co = checkout
st = status
[apply]
whitespace = nowarn
[push]
default = tracking
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[merge]
tool = opendiff
[github]
user = copyhacker
token = 3514a9eb0d2930903c3ff4ee6607e934

0 comments on commit 5785179

Please sign in to comment.