# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.multitudes.com/knowledge-base/troubleshooting-missing-commits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
