Configure a Metadata Repository in BitBucket for your Project

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

Create a repository in BitBucket

To create a repository in BitBucket:

  • Connect to BitBucket with your account

Before you can create a new repository in Bitbucket, ensure that your Bitbucket account has a workspace created and is ready to create a new repository.

  • In the top bar, click on the Create menu, then on the Repository menu entry:
  • Fill in the following information:
      1. Project name: fill in a name for the new project (it can be the same as the repository name)
      2. Repository name: fill in a name for the new repository
      3. Access level: let the Private repository box checked
      4. Include a README?: it is not needed, you can select No
      5. Include .gitignore?: it is not needed, you can select No
    • Click on the Create repository button
    • Your new repository is created:

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

The valid metadata repository HTTPS URL starts with https://.

Please remove the git clone to create the project.

Demonstration video