Git push won't do anything (everything up-to-date)

后端 未结 16 2318
轻奢々
轻奢々 2020-12-04 05:38

I\'m trying to update a Git repository on GitHub. I made a bunch of changes, added them, committed then attempted to do a git push. The response tells me that e

16条回答
  •  眼角桃花
    2020-12-04 06:32

    Thanks to Sam Stokes. According to his answer you can solve the problem with different way (I used this way). After updating your develop directory you should reinitialize it

    git init
    

    Then you can commit and push updates to master

提交回复
热议问题