How to merge acceptance branch to mainline

0
HELLO - I do not see the <version>...acceptance branch in the list of available branches under version control. I want to merge it in to the main line branch. How do I do that?
asked
2 answers
0

Hi John,

 

To merge a feature branch to the main line:

  1. Open the main branch in studio pro
  2. From the top menu: version control --> Merge changes here
  3. Select 'merge feature branch'
  4. Select the branch line 'acceptance' (or whatever it's called)
  5. Click merge

 

It should list all the branches which are known on the Team server for that application. Make sure you have the right branch opened in mendix studio cause it will not show the branch you currently have opened.

answered
0

Thanks...yea, I eventually figured that out. I am pretty new to mendix, so my non-low-code habits had to catch up :) 

answered