解决受保护的远程主服务器中的拉推冲突:Atom

问题描述

我正在使用Atom。我没有弄清楚如何在此处提出合并请求,但是我已经遇到了“拉”和“推”冲突。

如何撤消所有内容并从头开始?如何在Atom上提出合并请求?谢谢。

enter image description here

解决方法

唯一的解决方案是删除项目,然后再次从GitLab克隆它。

git clone remote-repo
git branch (to see local branches)
git branch -a (to see all of the available branches)
git checkout my-branch