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.

Last updated

Was this helpful?