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