# Local and remote repositories are not on the same revision

## Error message: Local and remote repositories are not on the same revision

There are several possible explanations for AutoRABIT to throw an error **"local and remote repo is not on same revision"**:

1. The local repository is out of date.
2. The branch that contains the commit was deleted, so the commit is no longer referenced.
3. Someone force-pushed the commit.


---

# 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://knowledgebase.autorabit.com/product-guides/arm/troubleshoot/arm-faqs/common-errors-and-resolutions/local-and-remote-repositories-are-not-on-the-same-revision.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.
