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

分类:

技术点:

相关文章:

猜你喜欢
相关资源
相似解决方案