git-quick-stats

Git quick statistics is a simple and efficient way to access various statistics in git repository

Options

NameDescription
--help, -hShow help for git-quick-stats
--suggest-reviewers, -rShow the best people to contact to review code
--detailed-git-stats, -TGive a detailed list of git stats
---git-stats-by-branch, -RShow detailed list of git stats by branch
--changelogs, -cShow changelogs
--changelogs-by-author, -LShow changelogs by author
--my-daily-stats, -SShow your current daily stats
--my-csv-output-by-branch-stats, -VOutput daily stats by branch in CSV format
--json-output, -jSave git log as a JSON formatted file to a specified area
--branch-tree, -bShow an ASCII graph of the git repo branch history
--branches-by-date, -DShow branches by date
--contributors, -CSee a list of everyone who contributed to the repo
--commits-per-author, -aDisplays a list of commits per author
--commits-per-day, -dDisplays a list of commits per day
--commits-by-month, -mDisplays a list of commits per month
--commits-by-year, -YDisplays a list of commits per year
--commits-by-weekday, -wDisplays a list of commits per weekday
--commits-by-hour, -oDisplays a list of commits per hour
--commits-by-author-by-hour, -ADisplays a list of commits per hour by author
--commits-by-timezone, -zDisplays a list of commits per timezone
--commits-by-author-by-timezone, -ZDisplays a list of commits per timezone by author