I want to implement synchronization between Github and Gerrit such that whenever I create or push any changes in my Github repo- it should also be visible to the Gerrit without the need for manual repo pulling. Because for the first time, I have to pull/clone git repo in my Gerrit server (which is running on EC2) then I make changes in that, push the code and only then I can see those changes in the Gerrit UI.
So is there any way to enable this synchronization?
On 26 Dec 2023, at 13:13, Maitri Porwal <mai...@york.ie> wrote:I want to implement synchronization between Github and Gerrit such that whenever I create or push any changes in my Github repo- it should also be visible to the Gerrit without the need for manual repo pulling.
Because for the first time, I have to pull/clone git repo in my Gerrit server (which is running on EC2) then I make changes in that, push the code and only then I can see those changes in the Gerrit UI.
So is there any way to enable this synchronization?