why does it say “Your branch is ahead of origin/master by 857 commits” when I need to *pull* origin master

后端 未结 5 1129
予麋鹿
予麋鹿 2020-12-24 14:16

Firstly, I\'m aware of a number of similarly worded questions, eg:

  • How can I find the location of origin/master in git, and how do I change it?
  • git:
5条回答
  •  梦毁少年i
    2020-12-24 14:37

    git rebase -p

    It will say First, rewinding head to replay your work on top of it... and you'll be all set, because there's no work to replay.

提交回复
热议问题