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-20
  • 2021-09-07
  • 2019-06-12
  • 2021-10-06
  • 2021-12-22
  • 2021-12-26
  • 2021-04-04
  • 2021-09-07
猜你喜欢
  • 2021-08-06
  • 2021-09-05
  • 2021-07-28
相关资源
相似解决方案