Setting your email in Git
GitHub uses the email address you set in your local Git configuration to associate commits with your GitHub account. Setting your local Git email address using the git configcommand The git config command can be used to change your Git configuration settings, including your email address. It takes two arguments: The setting you want to change–in this case, user.email. […]