问题描述
我现在已经用TFS工作了几个月,希望得到一些基本的统计数据并将它们提供给我们的团队。在git中,我可以检索按作者提交和按日期提交等统计信息。
我想显示类似的统计信息从TFS(或从TeamCity )。
这是可能的吗?
在TFS统计数据中查找是否需要使用Excel报告 - 您可以根据任何您想象的数据进行调整。有关入门指南,请查看本博客文章,我写道:
TFS提供完整的数据仓库您可以深入了解常规存储库数据的顶部。
I've been working with TFS for a few months now and would like to get some basic statistics and make them available to our team. In git, i could retrieve statistics on "commit by author" and "commit by date" etc.
I'd like to show similar statistics from TFS (or from TeamCity).
Is this possible?
The easiest way I find for poking around in TFS statistics is to play with Excel reports - you can pivot on just about anything you can imagine. For a guide to getting started take a look at this blog post I wrote:
http://www.woodwardweb.com/vsts/getting_started.html
TFS provides a full data warehouse over the top of the regular repository data for you to dig into.
这篇关于如何从TFS获得类似统计的git的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!