首页 > 其他 > 详细

如何修改本地项目关联的远程仓库地址

时间:2020-06-28 11:37:12      阅读:132      评论:0      收藏:0      [点我收藏+]
git remote -v
// 查看当前的远程仓库

git remote set-url origin https://where you want to put your repository to.git(例:https://git.huatonghh.com/11/micro-store-front-pc.git// 修改为想要设置的远程仓库

git remote -v // 验证

 

git remote -v # 查看当前的远程仓库 git remote set-url origin https://where you want to put your repository to.git# 修改为想要设置的远程仓库 git remote -v

如何修改本地项目关联的远程仓库地址

原文:https://www.cnblogs.com/Hhuizi/p/13201911.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!