idea的git修改远程地址

更改git远程地址

修改远程分支
git remote set-url origin https://github.com/xxx.git
查看远程分支
git remote -v
强制推送
git push -f

发布了18 篇原创文章 · 获赞 0 · 访问量 288

猜你喜欢

转载自blog.csdn.net/weixin_40608446/article/details/104711061
今日推荐