Connect Reltio IDE to a Git repository
Learn how to connect Reltio IDE to the Git repository that holds your business configuration, and open your configuration files in the editor.
Prerequisites
Before you connect a Git repository, make sure you have the following requirements:
-
Git installed on your machine and available on your system path. Download Git from git-scm.com/downloads.
-
The URL of the Git repository that holds your business configuration. Read access to the repository. You also need write access if you need to commit and push changes.
-
An empty folder open in your editor. Reltio IDE clones your business configuration repository into that folder. If the repository is already cloned on your machine, open the folder that contains the clone instead.
Result
Reltio IDE connects to the Git repository and displays the discovered business configuration files in the RELTIO IDE view. You can open a configuration, browse its objects, perform supported modeling actions, add configuration files that are not named BusinessConfig.json, and remove configurations or disconnect the repository when needed.
Reltio IDE uses Git to clone or detect the repository and open the business configuration files hosted in it. After that, your edits are saved as regular file changes. Use the built-in Source Control view in VS Code or Cursor to review diffs, stage changes, commit, and push them to the repository.
Troubleshooting
If Reltio IDE cannot clone the repository, use the following troubleshooting steps:
-
Repository not found: The selected account might not have access to the repository, or the repository URL might be incorrect. Verify the URL, select another account, or select Add a new account.
-
Git executable not found: Install Git from git-scm.com/downloads and ensure that Git is available on your system path. Close and reopen the editor, and then run
git --versionin the terminal. After the command displays the installed Git version, select Connect your Repository again.