* git sub modules related
@ 2010-07-06 17:45 Mahesh Vaidya
2010-07-06 17:59 ` Avery Pennarun
0 siblings, 1 reply; 2+ messages in thread
From: Mahesh Vaidya @ 2010-07-06 17:45 UTC (permalink / raw)
To: git
Hi
Created a 'super' level module top and add 2 sub modules a and b (As
given in manual); However I am not able to create a Global branch /
Tag.
super ---> a
|
---->b
I am hoping to create a branch FOO which will recursively go in super,
a and b; In that case how do need to associate tags and branch in
super, a and b by a single artifact
Thx/ Mahesh
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git sub modules related
2010-07-06 17:45 git sub modules related Mahesh Vaidya
@ 2010-07-06 17:59 ` Avery Pennarun
0 siblings, 0 replies; 2+ messages in thread
From: Avery Pennarun @ 2010-07-06 17:59 UTC (permalink / raw)
To: Mahesh Vaidya; +Cc: git
On Tue, Jul 6, 2010 at 1:45 PM, Mahesh Vaidya <forvaidya@gmail.com> wrote:
> Created a 'super' level module top and add 2 sub modules a and b (As
> given in manual); However I am not able to create a Global branch /
> Tag.
>
> super ---> a
> |
> ---->b
>
> I am hoping to create a branch FOO which will recursively go in super,
> a and b; In that case how do need to associate tags and branch in
> super, a and b by a single artifact
As far as I know, there is no feature to do this automatically. And
it would be kind of complicated to add, since you'd have to be able to
push that branch to multiple repositories at the same time, and so on.
I wrote git-subtree (http://github.com/apenwarr/git-subtree) to solve
exactly this sort of problem in my own projects. It has a very
different workflow than submodules, but you might like it.
Have fun,
Avery
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-06 17:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 17:45 git sub modules related Mahesh Vaidya
2010-07-06 17:59 ` Avery Pennarun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).