0

As I have read, git associates every commit with an e-mail. ( git config --global ... )

If this is true, then I can see everyone else's e-mail on GitHub watching their commits.

Where can I find the email inside the commit?

John
  • 63
  • 1
  • 7
  • Are you trying to view their email from the UI? Is this through their API for some sort of integration? – spac3man Sep 30 '22 at 15:11
  • 1
    Two, actually: author, and committer. Clone the repository and run `git log` with `--pretty=fuller` and you'll see these. – torek Sep 30 '22 at 15:12
  • @torek Is it possible to view these infos on GitHub website as well? – John Sep 30 '22 at 15:33
  • That's up to GitHub. Consult the GitHub documentation. – torek Sep 30 '22 at 21:14
  • Does this answer your question? [How to see contributor's email address on Git commit chain?](https://stackoverflow.com/questions/42957392/how-to-see-contributors-email-address-on-git-commit-chain) – cam-rod Sep 30 '22 at 22:28

0 Answers0