Can I organize Git submodules in a flat hierarchy?
问题 I currently working on a .NET project and several .NET libraries which have the following interdependencies (simplified version): Core (library) : no dependencies Testing (library) : dependencies to Core Serialization (library) : dependencies to Core, Testing Client solution : dependencies to Core, Testing, Serialization My goal is to move as much code to the libraries as possible so that I can reuse them in different client solutions. Currently, all these different projects are part of a