Re-use code/nodes

0
Hello, I need to create an App2 that will re-use practically all the code of App1, App1 is still evolving, could App2 be a new branch of App1? or would it have to be the result of the export of App1? In the event that I want to take future changes from App1 back to App2 without losing what was done in App2, what should I do? Thanks.
asked
1 answers
1

There is a nice blog entry from Mendix that might be helpful: https://www.mendix.com/blog/advanced-branching-merging-strategies-part-1-2/

And yes, according to your description, branching should be the way to go.

answered