How to erase a git repo and replace it with another app?

0
Hi, I have an app that is ready but I need to "send it" to another application that was created (which is already in a licensed server), I know it's possible to export and import modules in order to do it but I'd like to know if there is a less "manual" approach for this, considering that I want to replace one app with another.   I have been trying to do it with the git-fixer that mendix provides: Troubleshooting Repository Size | Mendix Documentation, but this tool doesn't seem to be made for this purpose exactly. Does anyone have a suggestion on how to do it? Thanks in advance!
asked
1 answers
1

Could you just link your new app to that licensed node? It would just replace the app that is already there.

 

https://docs.mendix.com/developerportal/deploy/licensing-apps/#connect-app

answered