从Git存储库生成统计信息 [英] Generating statistics from Git repository

查看:144
本文介绍了从Git存储库生成统计信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一些好的工具/脚本,这些工具/脚本允许我从一个git仓库中生成一些统计数据。我已经在一些代码托管网站上看到了这个功能,并且它们包含了诸如...




  • 每个作者的提交次数

  • 每天/每周/每年/每次提交

  • 一行代码


  • ...更多



基本上我只是想知道我的项目随着时间的推移而增长多少,开发人员提交大部分代码,等等。

解决方案

GitStats git history statistics generator xyld ,用Python编写,并要求使用Gnuplot进行图表处理,还有


I'm looking for some good tools/scripts that allow me to generate a few statistics from a git repository. I've seen this feature on some code hosting sites, and they contained information like...

  • commits per author
  • commits per day/week/year/etc.
  • lines of code over time
  • graphs
  • ... much more

Basically I just want to get an idea how much my project grows over time, which developer commits most code, and so on.

解决方案

Beside GitStats (git history statistics generator) mentioned by xyld, written in Python and requiring Gnuplot for graphs, there is also

这篇关于从Git存储库生成统计信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆