Hacker News new | ask | show | jobs
by user2634 5224 days ago
"Set up git" instructions tell this:

  git config --global user.name "Your Name"

  git config --global user.email user4325434@mailinator.com
You have to use same email as in registration or else it won't push.
1 comments

Nope. Authentication is done using your ssh key pair.

All my commits are done by noreply@example.com, but that is obviously not my Github email on either my personal or work accounts.