Search code examples
mulesoftanypoint-studioramlanypoint-platform

How can merge branch into master in MuleSoft (Anypoint design center)


We have created multiple RAML file in Design Center (Anypoint Platform - Mulesoft). We are working in team so multiple users can edit that RAML file by creating separate branch. Now I want to merge those branches into master branch. How can I do this?


Solution

  • Currently the documentation says that branches can not be merged back:

    A new branch is a fork of your project and cannot be merged back into the master branch.

    An alternative is to download the API from both branches, uncompress into separate directories, then merge them manually using tools for your operating system, like windiff, command line diff or some other equivalent tools.