Git server's architecture -


we want have git architecture this. possible? how can configure communication between git servers? there tool available can automate pushing 1 server?

git server architecture

yes, setup makes sense.

you automate push adding post-receive hook central repository.

be aware both server repositories have bare in order reliably push them. alternatively pull second server if needs date working tree.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -