Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在开发工作流程中有几个环境,并且在每个环境中都安装了 git。我使用 GitLab,我想限制代码编辑和提交推送仅发生在 DEV 环境中,并拒绝来自其他非 DEV 环境的远程提交推送。我怎么可能做到这一点?任何建议和见解都值得赞赏。