首页 > 其他 > 详细

git rev-list

时间:2015-09-27 12:34:18      阅读:739      评论:0      收藏:0      [点我收藏+]

git-rev-list - Lists commit objects in reverse chronological order

按照时间顺序倒序排列的commit

 

Update: If all you need is a commit count, and you‘re running a newer version of git, you can use the following command:

git rev-list HEAD --count

 

git rev-list

原文:http://www.cnblogs.com/chucklu/p/4842083.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!