What to Set
Set these values in your user settings:- git author name
- git author email
Recommended Setup
- Set your git author name to your preferred commit display name.
- Set your git author email to the email you want on commits.
- Prefer using the same email address that is registered with your GitHub account.
- Make sure the values match your expected commit identity.
Troubleshooting
- If commits show the wrong author name or email, update your git author settings.
- If Git operations work but the commit identity is wrong, this is usually a git author settings issue rather than a GitHub linking issue.