> For the complete documentation index, see [llms.txt](https://docs.hex-rays.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hex-rays.com/core/user-interface/reference/menu-bar-actions/common-actions-2.md).

# Teams (Git)

Below is an overview of all actions that can be accessed from this menu.

| UI Action Name                                           | Action Name        | Description                                                                                                                                                                     |
| -------------------------------------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Create Repository](/ida-actions/gitnewproject.md)       | `GitNewProject`    | Creates a new Git repository from the directory containing the current IDB. You can link it to an empty remote URL.                                                             |
| [Clone Repository](/ida-actions/gitgetproject.md)        | `GitGetProject`    | Clones an existing Git repository to a local folder. Enter the remote URL shared with you                                                                                       |
| [Reconfigure Repository](/ida-actions/gitinitproject.md) | `GitInitProject`   | Sets up IDA Teams (`git-ida`) in an existing Git repository. IDA registers the `git-ida` filter, adds the required `.gitattributes` and `.gitignore` entries, and commits them. |
| [Local Changes](/ida-actions/gitlocalchanges.md)         | `GitLocalChanges`  | Opens an IDA diff comparing the current working database copy against the last committed version                                                                                |
| [Revert Local Changes](/ida-actions/gitrevert.md)        | `GitRevert`        | Discard all local changes and restore the database to the last commit.                                                                                                          |
| [Pull](/ida-actions/gitpull.md)                          | `GitPull`          | Pull database updates from the remote repository.                                                                                                                               |
| [Commit](/ida-actions/gitsaveandcommit.md)               | `GitSaveAndCommit` | Opens a dialog to commit local changes. Enter a commit message and choose whether to                                                                                            |
| [Push](/ida-actions/gitpush.md)                          | `GitPush`          | Push database commits to the remote repository.                                                                                                                                 |
| [History](/ida-actions/githistory.md)                    | `GitHistory`       | Opens the Git History dialog, listing all commits and allowing you to compare database versions.                                                                                |
| [Repository Settings](/ida-actions/gitaccount.md)        | `GitAccount`       | Open a dialog for configuring your Git identity and remote repository URL.                                                                                                      |
| [Manage Repositories](/ida-actions/gitmanagerepos.md)    | `GitManageRepos`   | Opens a chooser listing all repositories known to IDA (including path, branch, and remote), allowing you to manage multiple repositories.                                       |
| Learn About Teams                                        | `LearnAboutTeams`  |                                                                                                                                                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hex-rays.com/core/user-interface/reference/menu-bar-actions/common-actions-2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
