【Gitlab】回滚远程master分支
记录一个方法:
1、查看本地master分支日志,右键Reset "master" to this branch...,选择Hard: Reset working tree and index (discard all local changes)
2、Browse references,删除remotes上的master;如果git报错,需要进入gitlab项目设置,protected branches里取消master的protected,设置
3、push本地master分支
4、在gitlab项目设置,protected branches里设置回master的protected
搞定。
参考:Git远程版本回滚
标签: Git
还没有人抢沙发呢~