https://blog.csdn.net/qq_27501889/article/details/64920115?utm_source=app
之后更新修改代码
1、git add .
2、git commit -m “注释”
3、git push -u origin master
第三步失败的话使用强制提交
git push -u origin master -f
来源:CSDN
作者:cowardm
链接:https://blog.csdn.net/weixin_44734371/article/details/104301875