gitlab保护分支设置

版本:gitlab10.2.2
一旦设置master分支被保护,除了管理员之外的任何用户都无法直接向master提交代码,只要提交代码就会报错

# git push -u origin master
Total 0 (delta 0), reused 0 (delta 0)
remote: GitLab: You are not allowed to push code to protected branches on this project.
To git@192.168.1.12:develpment/myproject-test.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@192.168.1.12:develpment/myproject-test.git'

(1) 点击你的项目

(2) 点击【版本库】------【分支】

(3) 管理受保护的分支

(4) 点击展开

(5) 选择保护master分支

(6) 可以看到master分支已经被保护起来了

相关推荐
pumpkin845142 小时前
GitHub 和 GitLab
gitlab·github
lizz6663 小时前
gitlab:使用脚本批量下载项目,实现全项目检索
gitlab
脸ル粉嘟嘟3 小时前
GitLab使用操作v1.0
学习·gitlab
Kkooe1 天前
GitLab|GitLab报错:Restoring PostgreSQL database gitlabhq_production...
gitlab
小柒xq2 天前
使用docker compose安装部署gitlab
docker·容器·gitlab
桥豆麻袋93932 天前
Sourcetree登录GitLab账号
linux·服务器·gitlab
活宝小娜3 天前
标题gitLab如何打标签
gitlab
骑士9991114 天前
centos7 安装gitlab
gitlab
binqian4 天前
【gitlab】gitlabrunner部署
gitlab
it&s me5 天前
gitlab-development-kit部署gitlab《二》
gitlab