Re: How-to combine several separate git repos?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alex Riesen
Date: Monday, December 10, 2007 - 12:52 am

Wink Saville, Sun, Dec 09, 2007 20:12:37 +0100:

This is *not* what I suggested. It should be:

    $ git config ... (as suggested before)
    $ git fetch test2
    $ git merge test2/master

Here test2/master - is *NOT* a path. It is the name of the branch
where the local repository stores reference to the commit
corresponding to the master of remote repo (that is: the "master"
branch of "test2", as seen from the repository where you do the
merge).


Sound like the secode (merge) approach


They are ready for some (dunno if they'd like to be called neophytes).
I just don't think you need them (keywords on your explanations being
"share common code", understanding them as "the modules use the common
code simultaneously").

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
How-to combine several separate git repos?, Wink Saville, (Sat Dec 8, 11:34 pm)
Re: How-to combine several separate git repos?, Alex Riesen, (Sun Dec 9, 3:43 am)
Re: How-to combine several separate git repos?, Wink Saville, (Sun Dec 9, 12:12 pm)
Re: How-to combine several separate git repos?, Daniel Barkalow, (Sun Dec 9, 12:55 pm)
Re: How-to combine several separate git repos?, Wink Saville, (Sun Dec 9, 4:44 pm)
Re: How-to combine several separate git repos?, Daniel Barkalow, (Sun Dec 9, 6:11 pm)
Re: How-to combine several separate git repos?, Wink Saville, (Sun Dec 9, 7:29 pm)
Re: How-to combine several separate git repos?, Daniel Barkalow, (Sun Dec 9, 8:01 pm)
Re: How-to combine several separate git repos?, Wink Saville, (Sun Dec 9, 11:36 pm)
Re: How-to combine several separate git repos?, Daniel Barkalow, (Sun Dec 9, 11:51 pm)
Re: How-to combine several separate git repos?, Wink Saville, (Mon Dec 10, 12:01 am)
Re: How-to combine several separate git repos?, Alex Riesen, (Mon Dec 10, 12:52 am)
Re: How-to combine several separate git repos?, Wink Saville, (Mon Dec 10, 10:55 am)