git 切换仓库

39 阅读1分钟
cd 项目文件
git remote remove origin
git remote add origin git地址
git push -u origin "master"