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 :-) -- Jerry Feldman <[email protected]> Boston Linux and Unix PGP key id:3BC1EB90 PGP Key fingerprint: 49E2 C52A FC5A A31F 8D66 C0AF 7CEA 30FC 3BC1 EB90 _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss
