How do I organize my Git repo
I'm facing the following problem and don't have an answer to it: We have a repo that was cloned from an SVN repo. The project stored in that repo is something like a platform software that gets used by various projects. The structure of the repo is like this: platform |- core |- additional The structure of that repo cannot be changed for some reasons. Both, core and additional contain data that are part of that platform . If a project wants to use the platform and add some functionality, it creates a new folder under additional containing the sources and adds a header for that functionality to