I created a custom project skeleton as a start for my django projects hosted on a public repo on github.
I like to use this as the root folder for my new, public and private projects, also hosted by @github.
The problem is that I cannot use this as a submodule because, as you know, I cannot add submodules inside other submodules in the same git repo. and in my case I want to add submodules inside the skeleton folder.
As an exercise, for public project B, I just created a branch of my skeleton, but it seems complicated because my projectB code is placed inside the skeleton repository on a separate branch.
How do you do this in git?
Also, any github trick on how to create "private branches" from public repositories, for example?
Thanks:)
Julien
source share