HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git check-mailmap — Show canonical names and email addresses of contacts. More information: <https://git-scm.com/docs/gi

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandshowandnamescligit check-mailmapemailcanonical

Problem

How to use the git check-mailmap command: Show canonical names and email addresses of contacts. More information: <https://git-scm.com/docs/git-check-mailmap>.

Solution

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}}>"

Code Snippets

Look up the canonical name associated with an email address

git check-mailmap "<{{email@example.com}}>"

Context

tldr-pages: common/git check-mailmap

Revisions (0)

No revisions yet.