> For the complete documentation index, see [llms.txt](https://docs.multitudes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.multitudes.com/knowledge-base/troubleshooting-missing-commits.md).

# 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>.

{% hint style="warning" %}
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).
{% endhint %}
