git summary
Display information about a Git repository.
Part of `git-extras`.
- 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
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).