zhoushenglei

项目已经提交到仓库,已经生成.git文件,但是又需要重新上传,就可以用一下命令删除remote

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/zhoushenglei/aaa.git
git push -u origin master

 

git remote remove origin

分类:

技术点:

相关文章:

  • 2021-11-19
  • 2021-06-20
  • 2022-01-10
猜你喜欢
  • 2022-02-07
  • 2021-07-12
  • 2021-07-28
  • 2021-10-04
相关资源
相似解决方案