gitconfig配置文件
Hello!
如果觉得不错的话,并且不吝转载时,请顺便添加上这篇文章的链接
http://www.hi-ruby.com/posts/1022
[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