Troubleshooting Missing Commits
My commits don’t seem to be appearing in Multitudes – what’s going on?
Check that the email address that is in your local git config (user.email
when you do git config -l
) matches the email address(es) that are linked to your GitHub account.
You can change this by either changing git config to match an email that’s in GitHub, or by adding your git config email address to your GitHub account under https://github.com/settings/emails.
If the emails are different, GitHub won’t know how to match your commits to your GitHub login (although it still links it to the account because of your SSH keys).
Last updated
Was this helpful?