LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-contrib

Show author contribution summary

TLDR

Show author contributions
$ git contrib [author-name]
copy
Show contributions for email
$ git contrib "[email@example.com]"
copy

SYNOPSIS

git contrib author

DESCRIPTION

git contrib displays a summary of commits by a specific author. It shows commit count and commit details, providing a quick overview of someone's contributions to the repository.The command searches commits by author name or email pattern using substring matching. It's useful for reviewing a contributor's work, generating contribution reports, or verifying commit attribution.This provides a more focused view than git log --author, specifically designed for quickly assessing an individual's contributions to the project.

PARAMETERS

AUTHOR

Author name or email to search for.
--help
Display help information.

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

CAVEATS

Part of git-extras package. Author matching is substring-based. Shows commits reachable from current branch.

HISTORY

git contrib is part of git-extras, created by TJ Holowaychuk to provide quick contributor summaries.

SEE ALSO

RESOURCES

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