Git: How to estimate a contribution of a person to my project in terms of added/changed lines of code?

后端 未结 8 1722
醉梦人生
醉梦人生 2020-12-04 07:42

I have a GIT repository and I want to calculate how many lines of code were added/changed by one person or a group of persons during some period of time. Is it possible to c

8条回答
  •  隐瞒了意图╮
    2020-12-04 08:35

    You can generate stats using Gitstats. It has an 'Authors' section which includes number of lines add/removed by the top 20 authors (top 20 by commit count).

    Edit: There's also Git: Blame Statistics

提交回复
热议问题