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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

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

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -