Git merge errors

前端 未结 5 2058
刺人心
刺人心 2020-12-12 08:38

I have a git branch called 9-sign-in-out with perfectly working code, and I want to turn it into the master. I\'m currently on the master branch.



        
5条回答
  •  醉梦人生
    2020-12-12 09:00

    my issue was (master|REBASE 1/1)

    this command worked for me

     git rebase --skip
    

提交回复
热议问题