码迷,mamicode.com
首页 > 其他好文 > 详细

Gitlab至版本回滚

时间:2019-04-02 10:39:10      阅读:672      评论:0      收藏:0      [点我收藏+]

标签:prot   use   info   引用   error   ORC   ram   user   rod   

  gitlab提交错误需要回滚版本

  首先查看log找到需要回滚的head

 git log

技术图片

  回滚

git reset --hard 297ff2dcf20605297684f296a4b4ccaa1cf4dc48

  强制提交

git push -f origin master

  强制提交报错

[root@prod-zabbix hope-framework]# git push -f origin master
Username for ‘http://192.168.1.193‘: root
Password for ‘http://root@192.168.1.193‘: 
Total 0 (delta 0), reused 0 (delta 0)
remote: GitLab: You are not allowed to force push code to a protected branch on this project.
To http://192.168.1.193/hope/hope-framework.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: 无法推送一些引用到 ‘http://192.168.1.193/hope/hope-framework.git‘

  master默认分支是保护状态取消分支保护即可提交

技术图片

 

Gitlab至版本回滚

标签:prot   use   info   引用   error   ORC   ram   user   rod   

原文地址:https://www.cnblogs.com/minseo/p/10640891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!