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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -