# Teams (Git)

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

| UI Action Name                                            | Action Name        | Description                                                                                                                               |
| --------------------------------------------------------- | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| [Clone Repository](/9.4/ida-actions/gitgetproject.md)     | `GitGetProject`    | Clones an existing Git repository to a local folder. Enter the remote URL shared with you                                                 |
| [Local Changes](/9.4/ida-actions/gitlocalchanges.md)      | `GitLocalChanges`  | Opens an IDA diff comparing the current working database copy against the last committed version                                          |
| [Revert Local Changes](/9.4/ida-actions/gitrevert.md)     | `GitRevert`        | Discard all local changes and restore the database to the last commit                                                                     |
| [Pull](/9.4/ida-actions/gitpull.md)                       | `GitPull`          | Pull database updates from the remote repository                                                                                          |
| [Commit](/9.4/ida-actions/gitsaveandcommit.md)            | `GitSaveAndCommit` | Opens a dialog to commit local changes. Enter a commit message and choose whether to                                                      |
| [Push](/9.4/ida-actions/gitpush.md)                       | `GitPush`          | Push database commits to the remote repository                                                                                            |
| [History](/9.4/ida-actions/githistory.md)                 | `GitHistory`       | Opens the Git History dialog, listing all commits and allowing you to compare database versions.                                          |
| [Repository Settings](/9.4/ida-actions/gitaccount.md)     | `GitAccount`       | Open a dialog for configuring your Git identity and remote repository URL.                                                                |
| [Manage Repositories](/9.4/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: 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/core/user-interface/reference/menu-bar-actions/common-actions-2.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.
