github 从一个仓库换到另一个仓库

1、找到.git目录
 

2、打开config文件

3、修改仓库地址

4、重新提交

 git push --all origin 

这样就替我们的项目换仓啦!!!^_^

原文地址:https://www.cnblogs.com/mmzuo-798/p/10983281.html