前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >git 统计项目各个开发人员开发情况工具 git-fame 的使用

git 统计项目各个开发人员开发情况工具 git-fame 的使用

作者头像
FungLeo
发布2019-05-27 11:36:10
9760
发布2019-05-27 11:36:10
举报

版权声明:本文为 FengCms FungLeo 原创文章,允许转载,但转载必须注明出处并附带首发链接 https://cloud.tencent.com/developer/article/1436515

git 统计项目各个开发人员开发情况工具 git-fame 的使用

作为管理人员,我们需要统计一下小组内各个开发人员的详细开发情况,使用 git 可以很方便的统计,但是怎么统计,这是个问题。

今天我找到了一个工具 git-fame 使用非常方便。

#install
sudo gem install git-fame

安装完成后,在项目中使用 git fame 命令,就可以看到统计情况了,结果如下:

$ git fame
Git Fame:      100% |ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo| Time:   0:00:02

Statistics based on master
Active files: 35
Active lines: 10,516
Total commits: 12

Note: Files matching MIME type image, binary has been ignored

+---------+--------+---------+-------+-----------------------+
| name    | loc    | commits | files | distribution (%)      |
+---------+--------+---------+-------+-----------------------+
| fungleo | 10,516 | 12      | 35    | 100.0 / 100.0 / 100.0 |
+---------+--------+---------+-------+-----------------------+
1 row in set

非常清楚,希望大家喜欢这个工具。

本文由 FungLeo 原创,允许转载,但转载必须保留首发链接。

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018年01月11日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • git 统计项目各个开发人员开发情况工具 git-fame 的使用
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档