第一步:查询最近提交的分支信息
git log --oneline
git reset --hard 5bb00256
第三步:推送到线上master
git push -f origin master
第四步:jenkins重新构建分支
注:如果在执行git push的时候提示:
remote: GitLab: You are not allowed to force push code to a protected branch on this project
需要在gitlab上面先关闭保护,详情参考:https://blog.csdn.net/summerfor2015/article/details/106620935