[zeromq-dev] 0MQ/3.1

Mikko Koppanen mikko.koppanen at gmail.com
Wed Nov 9 23:11:53 CET 2011


On Wed, Nov 9, 2011 at 9:01 PM, Paul Colomiets <paul at colomiets.name> wrote:
> It may be harder to follow work on github, but not on local copy. just do
>
> git remote add zeromq2-1 git://github.com/zeromq/zeromq2-1
> git remote add zeromq2-2 git://github.com/zeromq/zeromq2-2
> git remote add libzmq git://github.com/zeromq/libzmq
>
> (exact urls are untested)
>
> And you can do all of the following:
>
> # show combined log of all projects
> git log --all
> # update data from all repositories
> git fetch --all
> # work on any version's master branch
> git checkout -b master zeromq2-1/master
> # merge changes from all the master branches into current branch
> git merge zeromq2-1/master zeromq2-2/master libzmq/master
> # pull also works
> git pull zeromq2-1 master; git pull zeromq2-2 master
>
> Sure, you can cherry-pick from any branch, and gitk will also show all
> of them. What else do you want?

Hi,

I never got the merge to work well but I can't remember what the issue
was back then. With this setup from github perspective am I still
maintaining three different forks from which I send pull requests to
three different repos?


-- 
Mikko Koppanen



More information about the zeromq-dev mailing list