摘要: 1、cmd打开控制台,切换到相关项目地址; 2、查看当前分支及git仓库地址: 1. git remote 2. git remote -v 3、移除当前仓库地址 git remote rm origin 4、移除后可以用git remote -v 命令查看是否移除成功,移除成功后添加目标仓库地址 阅读全文
posted @ 2023-04-25 11:02 SimoonJia 阅读(30) 评论(0) 推荐(0) 编辑