recherche

Maison  >  Questions et réponses  >  le corps du texte

git远端代码回滚

git 上在本地回滚了,但是只要一执行git pull 就又回来了

直接git push 又报错。


高洛峰高洛峰2927 Il y a quelques jours765

répondre à tous(2)je répondrai

  • 代言

    代言2016-11-09 14:43:21

    1.git revert(推荐)2.git reset后git push -f(不推荐,不尊重历史记录)

    répondre
    0
  • 三叔

    三叔2016-11-09 14:43:10

    最简单的办法是搞一个分支,再把修正了的BUG合并,这样就可以了。

    répondre
    0
  • Annulerrépondre