LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-summary

Show repository summary with contribution statistics

TLDR

Show repository summary with commit statistics per author
$ git summary
copy
Show line-based statistics instead of commits
$ git summary --line
copy
Show line statistics for a specific path
$ git summary --line [path/to/dir]
copy
Dedup authors by email
$ git summary --dedup-by-email
copy
Exclude merge commits
$ git summary --no-merges
copy
Show output in tabular format
$ git summary --output-style tabular
copy

SYNOPSIS

git summary [options] [path]

DESCRIPTION

git summary outputs a repository overview including project age, number of active days, total commits, and per-author contribution statistics. Part of git-extras, it provides a quick snapshot of project activity.

PARAMETERS

--line

Show line statistics instead of commits. Can take an optional path to filter.
--dedup-by-email
Deduplicate authors by email address.
--no-merges
Exclude merge commits from the summary.
--output-style style
Output format: tabular or oneline.

INSTALL

sudo apt install git
copy
sudo dnf install git
copy
sudo pacman -S git
copy
sudo apk add git
copy
sudo zypper install git
copy
brew install git
copy
nix profile install nixpkgs#git
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid