[color]
   diff = auto
   status = auto
   branch = auto
 
[alias]
   st = status
   rb = svn rebase
   ci = commit -a
   co = checkout
   br = branch
   lol = log --pretty=oneline --abbrev-commit --graph --decorate
 
[push]
   default = matching
 
[receive]
   denyCurrentBranch = ignore
[user]
   name = bluebu
   email = bluebuwang@gmail.com
[core]
   excludesfile = ~/.gitignore