UK Day25 - git删除+添加远程仓库


git remote rm origin:删除git远程仓库

git remote add origin 仓库地址:添加新的远程仓库

相关