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
Post a Comment