1.查询现在的远程仓库名称
git remote
2.查询现在的远程仓库名称和地址
git remote -v
3.删除远程仓库地址
git remote rm origin
4.添加新远程仓库地址
git remote add origin "新地址
git切换远程仓库地址 1.查询现在的远程仓库名称 git remote 2.查询现在的远程仓库名称和地址 ...
本文标题:tip02
本文链接:https://www.haomeiwen.com/subject/edptxrtx.html
网友评论