logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git Summary - Analyze Repository Activity | Online Free DevTools by Hexmos

Analyze Git repository activity with Git Summary. Get contributor statistics, line changes, and commit history. Free online tool, no registration required.

git-summary

Display information about a Git repository. Part of git-extras. More information: https://manned.org/git-summary.

  • Display data about a Git repository:

git summary

  • Display data about a Git repository since a commit-ish:

git summary {{commit|branch_name|tag_name}}

  • Display data about a Git repository, merging committers using different emails into 1 statistic for each author:

git summary --dedup-by-email

  • Display data about a Git repository, showing the number of lines modified by each contributor:

git summary --line

See Also