snippetbashTip
git contrib — Display commits from an author. Part of `git-extras`. More information: <https://github.com/tj/git-e
Viewed 0 times
commandgit contribfromauthorcommitsclipartdisplay
Problem
How to use the
git contrib command: Display commits from an author. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-contrib>.Solution
git contrib — Display commits from an author. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-contrib>.Display all commit hashes and their corresponding commit messages from a specific author:
git contrib {{author}}Code Snippets
Display all commit hashes and their corresponding commit messages from a specific author
git contrib {{author}}Context
tldr-pages: common/git contrib
Revisions (0)
No revisions yet.