【问题标题】:Resolve pull push conflict in the protected remote master: Atom解决受保护的远程主机中的拉推冲突:Atom
【发布时间】:2020-08-27 08:55:16
【问题描述】:

我正在使用 Atom。我不知道如何在那里提出合并请求,但我已经遇到了拉取和推送冲突。

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

【问题讨论】:

    标签: git push atom-editor git-merge pull


    【解决方案1】:

    唯一的解决方案是删除该项目并再次从 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
    

    【讨论】:

      猜你喜欢
      • 2011-06-14
      • 2020-03-06
      • 2020-05-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多