I want to combine several thematically related but otherwise independent repos under one root folder, while at the same time keeping their histories seperate.
The end result should look like this
root
>repo1
>.git
>...
>repo2
>.git
>...
or this.
root
>.git
>repo1
>.git
>...
>repo2
>.git
>...
where I want to be able to download or clone the root collection from github and get exactly that structure locally.
I prefer the first solution - but is it feasible and how?