Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to send merge request to git repo from eclipse with shared project

I have created one project in git repo and shared that project with our developer, developers are imported git repo project in their eclipse ide via egit plugin now they are able to run and modify but when they do commit and push they are getting error like

pre-receive hook declined
GitLab: You are not allowed to push code to protected branches on this project.

what actually i need

whenever they do commit,admin should get merge request and admin should accept those request.

how to set these options in eclipse(Gitlab)

Thank You

Comments