git操作中对同一个文件commit了两次,也git push origin dev上去了。
但是在gitlab页面操作中,要发起合并请求的时候,报错了。
提示:“
The form contains the following error:
”
然后就不知道怎么办了。难道还要把之前的commit撤销一次吗?但是即便撤销的话,也已经push origin dev了。想求助一下园子里的各位大牛,求指导。
请求已存在,提交过程中不能撤销,重复提交也不行。
把存在的那个merge request处理掉先
撤销commit 然后强制 git push --force