How to overwrite local version by remote version?

0
I use update, but that didn’t work. I want the remote version to overwrite local version. How to do it? I think I cannot commit before update, because commit will overwrite remote version. Am I right?
asked
1 answers
0

If you do not want to commit your local changes and overwrite with what is available in remote then you have to revert your local changes first. Please see details here
https://docs.mendix.com/refguide/changes-pane/

Another quicker way if you have a lot of changes to discard/revert could be to delete local copy of project and open the project from your apps list on Mendix team server. It will download a fresh copy of project

answered