On Oct 18, 2013 12:29 PM, "Casper Schmidt" <[email protected]> wrote:
> My question is then: Is there any way to merge multiple repositories into a single repository but in their own branch. I have found a few guidelines using multiple remotes and simple merge but this merges the history into the master branch every time I try. Also some guidelines talk about merging repositories into seperate directories, but that is not really what we want. If I understand correctly (which I might not) , you don't actually want to "merge" anything. You want to fetch from multiple remotes, then make local branches for each of them. That's just 'git branch myNewBranch someRemote/master'. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
