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

git tips 积累

时间:2014-09-17 14:47:42      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:for   sp   代码   log   c   line   ad   r   bs   

统计项目中所有人的代码提交次数并排序: git shortlog -s -n

统计某人的代码量 git log --author="_Your_Name_Here_" --pretty=tformat: --numstat \

| gawk ‘{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s removed lines: %s total lines: %s\n", add, subs, loc }‘ -

git tips 积累

标签:for   sp   代码   log   c   line   ad   r   bs   

原文地址:http://www.cnblogs.com/deansong/p/3976902.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!