Search code examples
git

How do I show statistics for author's contributions in git?


I'm working with a team on a git project and I would like to see the contribution of each author in terms of lines written or lines edited etc... how can I show statistics for the authors?


Solution

  • You could try git-stats or use git command to explore from the logs

    Refer following posts

    1. Graphical Stats - Generating statistics from Git repository
    2. https://gist.github.com/eyecatchup/3fb7ef0c0cbdb72412fc
    3. Which Git commit stats are easy to pull
    4. PR-Count Github App - Github ONLY. Thanks @ben