Git push rejected “non-fast-forward”

后端 未结 12 1512
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-30 02:01

I am fairly new to git yet currently using it to manage our code in a team environment. I had some rebasing issues and I fixed them using

git ch         


        
12条回答
  •  -上瘾入骨i
    2020-11-30 02:57

    Here is another solution to resolve this issue

    >git pull
    >git commit -m "any meaning full message"
    >git push
    

提交回复
热议问题