摘要: 原文:http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html(墙)Git的传统log如下所示,你喜欢吗?看看下面这个你喜不喜欢?(点击图片看大图)要做到这样,命令行如下:git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --这样有点长了,我们可以这样:git config --global alias. 阅读全文
posted @ 2012-06-25 09:06 ray hill 阅读(253) 评论(0) 推荐(0) 编辑