Git multi-master, is it possible?

Posted by Fran on Server Fault See other posts from Server Fault or by Fran
Published on 2010-04-27T20:06:38Z Indexed on 2010/04/27 20:13 UTC
Read the original article Hit count: 197

Filed under:
|
|

Hi,

Is it possible to set a dual master GIT repositories? I would like to set up two different servers which I could push and commit to and changes on any of them would be propagated to the other.

I've googled for it, but the most similar solution I've found is Gerrit2, but it does only one way replication (master -> master).

Does anybody know if this is even possible to do with git? If so, could you please tell me which tools to use?

Thanks in advance.

© Server Fault or respective owner

Related posts about git

Related posts about replication