For the complete documentation index, see llms.txt. This page is also available as Markdown.

Teams (Git)

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

UI Action Name
Action Name
Description

GitNewProject

Creates a new Git repository from the directory containing the current IDB. You can link it to an empty remote URL.

GitGetProject

Clones an existing Git repository to a local folder. Enter the remote URL shared with you

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.

GitLocalChanges

Opens an IDA diff comparing the current working database copy against the last committed version

GitRevert

Discard all local changes and restore the database to the last commit.

GitPull

Pull database updates from the remote repository.

GitSaveAndCommit

Opens a dialog to commit local changes. Enter a commit message and choose whether to

GitPush

Push database commits to the remote repository.

GitHistory

Opens the Git History dialog, listing all commits and allowing you to compare database versions.

GitAccount

Open a dialog for configuring your Git identity and remote repository URL.

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

Last updated

Was this helpful?