[Discuss] GIT question

Edward Ned Harvey blu at nedharvey.com
Mon Oct 3 20:02:02 EDT 2011


> From: discuss-bounces+blu=nedharvey.com at blu.org [mailto:discuss-
> bounces+blu=nedharvey.com at blu.org] 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?




More information about the Discuss mailing list