Skip to content

Commit

Permalink
adding gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Smith (ace hacker) committed May 2, 2012
1 parent 18346ac commit d6c5559
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions gitconfig
@@ -0,0 +1,23 @@
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[color "branch"]
current = yellow bold
remote = cyan bold
[color "diff"]
new = green bold
old = red bold
meta = black
frag = white bold
commit = white bold
[color "status"]
added = green bold
changed = yellow
untracked = red bold
[user]
name = Ryan Smith (ace hacker)
email = ryandotsmith@32k.io
[github]
user = ryandotsmith

0 comments on commit d6c5559

Please sign in to comment.