搜尋

首頁  >  問答  >  主體

github - 如何覆蓋已經push到git遠端函式庫的內容

在寫個小項目,簡單說就是經過了階段a,階段b和階段c,階段c已經push到了遠端函式庫。
我現在在我的本地庫把版本reset到了階段b,現在我希望能重新push,覆蓋並捨棄已有的階段c,但是遭到了拒絕:

 ! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to 'git@github.com:qianjiahao/chatroom.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

現在該如何操作才能覆蓋遠端程式庫的內容呢?

後來我就git pull,然後修改了後在push回去,不知道還有沒有其他的解決方法。

phpcn_u1582phpcn_u15822803 天前652

全部回覆(1)我來回復

  • 怪我咯

    怪我咯2017-05-02 09:21:13

    雷雷

    回覆
    0
  • 取消回覆