> From: [email protected] [mailto:discuss- > [email protected]] On Behalf Of Jerry Feldman > > I currently have a bare git repository as well as a populated git > repository. What I would like to do is to create a partial repository > that contains a subset. > In the main repo, I have a.c, b.c, c.c, d.c. e.c > But I just want to create another repo containing only a.c, b.c and c.c > for development purposes. > > --------- > Another solution is to split the master repo into the stuff that is > under development, and the stuff that is unrelated from a project > standpoint so it is probably better to create a second master bare repo, > then remove the objects that do not apply to the project in one, and > remove the project objects in the other. > > The bottom line is that I created the git repo when the project was > simply a hack of 2 shell scripts :-)
Was there a question somewhere in there? _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss
