Configure a Metadata Repository in GitLab for your Project

To manage your Project metadata with the Git version control system, you can generate a new repository in GitLab, depending on the platform you want to use.

Create a repository in GitLab

To create a repository in GitLab:

  • Connect to GitLab with your account

Your GitLab account must have the right to create a new repository.

  • On the Home page, Click on Create a project

  • Select Create blank project

  • Fill in the following information:

      1. Project name: fill in a name for the new repository

      2. Visibility level: choose Private

      3. Project Configuration: check Initialize repository with a README

If you do not check Initialize repository with a README, the repository will be created without a main branch. For biGENIUS-X, you need a main branch.

    • Click on the Create project button.
    • Your new repository is created:
    • Click on the Clone button

You can now create a Project with this metadata repository HTTPS URL.

Demonstration video