Need a groovy push hook scripts from your Gitblit instance to another Gitblit instance
I have two private linux servers
, Say A
and B
with GitBlit
install on both. All developers do commit and push their changes on server A
, I want B
keep in sync with A
.
There is some Groovy hook
but I am totally new in this, Can any one help to provide it.
PS: If There any push event found on A
some script will fire and it push
changes to B