
git-summary
List of commands for git-summary:
-
git-summary:tldr:10782 git-summary: Display data about a Git repository since a commit-ish.$ git summary ${select}try on your machineexplain this command
-
git-summary:tldr:8cb9d git-summary: Display data about a Git repository.$ git summarytry on your machineexplain this command
-
git-summary:tldr:e6db4 git-summary: Display data about a Git repository, showing the number of lines modified by each contributor.$ git summary --linetry on your machineexplain this command
-
git-summary:tldr:eee12 git-summary: Display data about a Git repository, merging committers using different emails into 1 statistic for each author.$ git summary --dedup-by-emailtry on your machineexplain this command