Version control for industrialization
Hello,
We have some trouble handling version control on our project.
We would like to have a system like on git with branch without having to export/import the whole project at each time
We tried exporting to source control but it was tricky and we were not satisfied
Our principal goal is to develop some features (batch A), release them, continue to dev (batch B), next come back to the released version without losing stuff during dev on batch B, merged corrections, and continue to dev on batch B with the corrections
Is there a best practice to do that?
