Re: [git-users] Combining multiple repositories into one

2014-10-17 Thread Dale R. Worley
> From: Richard Kennaway > > This is an obviously insane arrangement, but never mind how it got like > that, it is like that. I would like move from the current state, which is a > directory Z containing repositories A, B, C, D, to having a git repository > Z, containing directories A, B, C, D

Re: [git-users] Combining multiple repositories into one

2014-10-16 Thread Philip Oakley
From: "Konstantin Khomoutov" On Thu, 16 Oct 2014 05:54:32 -0700 (PDT) Pierre-François CLEMENT wrote: > > I have a set of about a dozen git repositories, side by side in > > the same folder. But they aren't separate projects, conceptually > > they're one project. [...] > You can use `git subt

Re: [git-users] Combining multiple repositories into one

2014-10-16 Thread Konstantin Khomoutov
On Thu, 16 Oct 2014 05:54:32 -0700 (PDT) Pierre-François CLEMENT wrote: > > > I have a set of about a dozen git repositories, side by side in > > > the same folder. But they aren't separate projects, conceptually > > > they're one project. [...] > > You can use `git subtree add` to achieve this.

Re: [git-users] Combining multiple repositories into one

2014-10-16 Thread Pierre-François CLEMENT
On Thursday, 16 October 2014 11:42:01 UTC+2, Konstantin Khomoutov wrote: > > On Tue, 14 Oct 2014 08:11:04 -0700 (PDT) > Richard Kennaway > wrote: > > > I have a set of about a dozen git repositories, side by side in the > > same folder. But they aren't separate projects, conceptually they're >

Re: [git-users] Combining multiple repositories into one

2014-10-16 Thread Konstantin Khomoutov
On Tue, 14 Oct 2014 08:11:04 -0700 (PDT) Richard Kennaway wrote: > I have a set of about a dozen git repositories, side by side in the > same folder. But they aren't separate projects, conceptually they're > one project. > > This is an obviously insane arrangement, but never mind how it got > li

[git-users] Combining multiple repositories into one

2014-10-14 Thread Richard Kennaway
I have a set of about a dozen git repositories, side by side in the same folder. But they aren't separate projects, conceptually they're one project. This is an obviously insane arrangement, but never mind how it got like that, it is like that. I would like move from the current state, which is