Saving different changes parallelly

0
I have completed an application and published it to mendix server. After commiting, I have done few more changes and I want to save the current state of application and continue to work with the previous commited state. I don’t want it to replace the previous commited state. How can I do that?
asked
1 answers
0

Hi Arpita,

you could try to work with branches. At Version Control > Manage Branch Lines… you can add a new branch. If you commit your changes to that new branch, the original branch (main line) stays unaffected.

answered