Your branch is ahead of 'origin/master' by 1 commit

后端 未结 4 1883
别跟我提以往
别跟我提以往 2021-01-28 13:37

I\'m a little new to Git, and I\'m hoping somebody can explain what this message means exactly, in my scenario.

To give you some background information, this is what I\'

4条回答
  •  萌比男神i
    2021-01-28 14:04

    It's possible that you only pushed the master branch but not your new branch. You can do this with:

    git push -u origin

提交回复
热议问题