I can't see how to email a contributor on github after lengthy attempts, and google searches. Why does every beginners guide encourage us to immediately configure our user.email such that it is sent with every commit if its so difficult to view the contributors' email addresses on the commit chain in GitHub?
Yes, your email address (as specified in git config user. email ) will be visible in web interfaces like GitWeb.
`git log` command is used to view the commit history and display the necessary information of the git repository. This command displays the latest git commits information in chronological order, and the last commit will be displayed first.
About commit email addresses GitHub uses your commit email address to associate commits with your account on GitHub.com. You can choose the email address that will be associated with the commits you push from the command line as well as web-based Git operations you make.
You can use
git log
or
git show [commit number]
Output:
commit 5f3be67saki52cv80l0e4f55c05ec897de3sdgt67
Author: someone <[email protected]>
Date: Wed Mar 23 17:10:48 2017 +0100
Commit message
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With