# GitManageRepos

## Description

Opens a chooser listing all repositories known to IDA (including path, branch, and remote), allowing you to manage multiple repositories.

Right-clicking a row lets you **Pull** or **Push** that repository without having to open one of its databases first. The **Delete** entry removes the repository from disk and from IDA's list (it is disabled if a database from that repository is currently open).


---

# 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.hex-rays.com/9.4/ida-actions/gitmanagerepos.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.
