As I build my app, I use skipper to build various parts. So for instance I am currently working on an order section of my app so I import the required entities from my project, add the new entities and then push the new structure back into my project.
To do this I use the import from project tool.
Now sometimes I pull in the wrong entities and wish to go back to my project and pull in the correct one. I am unsure how to do this.
Typically in this event, I simply delete the skipper project (after export) and start from where I left off with the correct entity...
Any advice on this?