I've merged a few feature branches recently into my team's main line branch, but no changes are showing in the main line. Despite making significant updates, the main line shows the same as it did when the feature branches were created. The changes were committed in the feature branches before merging to main. Any experiences with this happening?
asked
Porter Graham
2 answers
0
Did you pull the latest changes in the main line branch? Sometimes your local version isn't up to date. Using 'Pull' from the Version Control menu will update your local copy!
answered
Carolina Ribeiro
0
Hi Porter
Mendix 10 works only with the GIT. Did you push the changes in your branch after commit. If not then push your changes in the respective branches and then merge your branch to mainline.