Skip to content

Commit

Permalink
Clean up gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mjschultz committed Jun 7, 2013
1 parent fdf11a2 commit be00e75
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions git/gitconfig.symlink
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[user]
name = Michael J. Schultz
email = mjschultz@gmail.com
signingkey = "BB7BCC6E"
name = Michael J. Schultz
email = mjschultz@gmail.com
signingkey = "BB7BCC6E"
[alias]
co = checkout
st = status
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lg = log --graph --decorate --pretty=oneline
lgs = log --graph --decorate --pretty=oneline --stat
[color]
diff = auto
status = auto
branch = auto
diff = auto
status = auto
branch = auto
ui = auto
[core]
excludesfile = ~/.gitignore
editor = vim
excludesfile = ~/.gitignore
editor = vim
[github]
user = mjschultz
user = mjschultz

0 comments on commit be00e75

Please sign in to comment.