DataGrip 2024.1 Help

GitLab

Enable the Git plugin

This functionality relies on the Git plugin, which is bundled and enabled in DataGrip by default. If the relevant features aren't available, make sure that you didn't disable the plugin.

  1. Press Ctrl+Alt+S to open the IDE settings and then select Plugins.

  2. Open the Installed tab, find the Git plugin, and select the checkbox next to the plugin name.

Install the GitLab plugin

This functionality relies on the GitLab plugin, which you need to install and enable.

  1. Press Ctrl+Alt+S to open the IDE settings and then select Plugins.

  2. Open the Marketplace tab, find the GitLab plugin, and click Install (restart the IDE if prompted).

With DataGrip, you can:

Manage GitLab accounts

To retrieve data from a project hosted on GitLab or share your projects, you need to log in to your GitLab account in DataGrip.

Log in to GitLab

  1. Press Ctrl+Alt+S to open the IDE settings and then select Version Control | GitLab.

  2. Click the Add button. The Log In with Access Token dialog will open:

    Log In with Access token dialog
  3. In the dialog, do one of the following:

    • If you already have a token, insert it in the Token field.

    • If you have no token, click Generate.

      In the token generation page that opens, make sure that the api and read_user scopes are selected.

      Click Create personal access token, copy the token, and paste it into the Log In with Access Token dialog window.

  4. Click Log In.

See Personal access tokens for more details on GitLab tokens.

Manage multiple GitLab accounts

You can use multiple GitLab accounts in DataGrip: for example, a personal account to work on an open-source project, and a corporate account for your main job.

  1. Press Ctrl+Alt+S to open the IDE settings and then select Version Control | GitLab.

  2. Use the add icon button to add as many accounts as you need.

  3. To set an account as the default one for the current project, select it and click the Check button.

    Check button that sets the default account
Last modified: 13 February 2024