cannot push to github: everything up-to-date

后端 未结 5 2062
被撕碎了的回忆
被撕碎了的回忆 2020-12-28 16:16

On github, I forked an old version of another project. I made some changes and am trying to push them onto my fork on github. I commited the changes locally, then tried git

5条回答
  •  青春惊慌失措
    2020-12-28 16:43

    git commit 
    

    Will show you what files are on your local machine, uncomment what you want to upload and

    git push origin master
    

    Because git add * did not work for me (even if it didn't returned errors).

提交回复
热议问题