mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:06:00 +02:00
git-check-mailmap: add page (#5099)
This commit is contained in:
parent
7d6051e1ad
commit
3b2a42c490
1 changed files with 8 additions and 0 deletions
8
pages/common/git-check-mailmap.md
Normal file
8
pages/common/git-check-mailmap.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# git check-mailmap
|
||||
|
||||
> Show canonical names and email addresses of contacts.
|
||||
> More information: <https://git-scm.com/docs/git-check-mailmap>.
|
||||
|
||||
- Look up the canonical name associated with an email address:
|
||||
|
||||
`git check-mailmap "<{{email@example.com}}>"`
|
Loading…
Add table
Reference in a new issue