I wonder if this is possible.
I have a "starter project" on github (private repository). What I like to do is create a customerA repo (also private), but it should be forked from the "start-up project". My idea is that client B, Customer C, everything can have its own private repo, and if I fix the error that is common in the "start-up project", I can easily fix the error for my entire client.
I have not found a solution. I currently solved this by cloning a private sampe project .. is this a git or github.com problem?
any work around?
Antonio Eggberg
source
share