git-summary (1) Linux Manual Page
git-summary – Show repository summary Synopsisgit-summary [–line] [<commitish>] DescriptionShows a summary of the repository. Options<commitish> Summarize only the range of commits included in the <commitish>. –line Summarize with lines other than commits. This actually just results in a call to git-line-summary(1). Any <commitish> is ignored when –line is specified. See git-line-summary(1) for more info. ExamplesOutputs…
