Git Notes
git 源码安装
|
|
git proxy
|
|
git log
-p
显示diff补丁 -2 限定数量--stat
显示简略统计信息--pretty
=oneline一行输出 =short,full,fuller1 2 3 4
$ git log --pretty=format:"%h - %an, %ar : %s" ca82a6d - Scott Chacon, 6 years ago : changed the version number 085bb3b - Scott Chacon, 6 years ago : removed unnecessary test a11bef0 - Scott Chacon, 6 years ago : first commit