DataGrip 2023.3 Help

Enable version control

DataGrip supports version control integration at two levels:

  • At the IDE level, VCS integration is provided through a set of bundled plugins enabled by default.

  • At the database level, VCS integration is enabled by associating database folders with one or several version control systems.

Associate a project root with a version control system

DataGrip allows you to quickly enable your project's integration with a version control system and associate it with the project root. For more information about associating separate project directories with different version control systems, refer to Associate a directory with a version control system.

  1. Press Alt+` to open the VCS Operations Popup and select Enable Version Control Integration.

    Alternatively, go to Git | Enable Version Control Integration.

  2. In the Enable Version Control Integration dialog that opens, select a version control system that you want to associate with your project folder.

  3. After VCS integration is enabled, DataGrip will ask you whether you want to share project settings files via VCS. You can choose Always Add to synchronize project settings with other repository users who work with DataGrip.

    Notification prompting to select how to treat configuration files

    Note that this is only applicable to Git and Mercurial.

Associate a directory with a version control system

DataGrip supports a directory-based versioning model, which means that each project directory can be associated with a different version control system.

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

  2. The Directory Mappings page shows a list of project directories and version control systems associated with them (if no directories have been added, the list only contains the project root).

  3. Click the Add button App expui general add on the right.

  4. In the Add VCS Directory Mapping dialog that opens, select the Directory option. Type the path to the directory that you want to associate with a version control system, or click the Browse button the Browse button and select the directory in the dialog that opens.

  5. From the VCS list, select the version control system that will be used to control the files in this directory. Note that this list only contains the version control systems for which the corresponding plugins are currently enabled.

  6. Click OK to save the mapping and return to the Directory Mappings page.

Manage unregistered directories

For projects with Git or Mercurial integration enabled, DataGrip scans project directories to check if there are Git/Mercurial repositories that are not controlled by the IDE. If such repositories are detected, DataGrip displays a notification.

To add an unregistered root, click the Add roots link in the notification. Alternatively, open the Version Control settings page, select the unregistered root you want to add (they are marked grey), and follow the procedure Associate a directory with a version control system.

If you do not want to be notified about these roots again, click the Ignore link in the notification. Note that if new unregistered repositories are added to the project, DataGrip will notify you about them.

Change VCS associations

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

  2. The Directory Mappings page shows a list of project directories and version control systems associated with them (if no directories have been added, the list only contains the project root).

  3. Locate the row that corresponds to the directory which you want to put under another version control system.

  4. Click the VCS column. From the list that appears, select a new version control system.

  5. Click OK to save the mapping and return to the Directory Mappings page.

Last modified: 11 December 2023