tldr/pages/common/git-contrib.md

10 lines
284 B
Markdown
Raw Normal View History

2021-06-01 16:28:37 +01:00
# git contrib
2024-06-10 09:50:37 +01:00
> Display commits from an author.
2021-06-01 16:28:37 +01:00
> Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-contrib>.
- Display all commit hashes and their corresponding commit messages from a specific author:
`git contrib {{author}}`