码迷,mamicode.com
首页 > 其他好文 > 详细

git rev-list

时间:2015-09-27 12:35:25      阅读:324      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!