JetBrains Air Help

Git

Use the Git tool to manage version control in JetBrains Air.

You can use it to:

  • Review changed files.

  • Create commits and amend the latest commit.

  • Pull and push your local branch with the remote repository.

  • Review local and remote differences in Unsynced commits and run Pull and Push.

Open the Git tool

  • Navigate to View | Tools in the main menu and select Git.

  • On the tool panel, click Git.

Tools to work with your Git repository

Tools to work with your Git repository

To commit and manage your Git repository, use Git, History, and Files tools, as well as the Branches menu:

Most of these options are also available in the Git section of the main menu.

Git menu options

To see the list of options, choose Git in the main menu.

Commit…

Commit changes locally

Pull and Push

Synchronize the local branch with the remote tracked branch

Push

Command+Shift+T

Push local changes to the remote tracked branch

Pull

Control+G+U

Get changes into the current branch from the remote tracked branch

Fetch

Download changes from the remote repository

Show History

Show the list of commits of the currently checked out branch

New Branch…

Set the name of a new branch and then check out this new branch

Branches

Open the Branches menu

Current File | File History

Show history of the file that is selected in the Files tool

Current File | Toggle Git Blame

⌃ G ⌃ AControl+G+A

Open the gutter and show what revision and author last modified each line of a file

Clone

Clone a repository from Git

10 March 2026