赞
赏
为辛勤提供优质内容者加油
在 git 中,我们要删除远程仓库,我们可以使用 git remote 命令。
git remote rm origin
git remote rm 命令后面直接加远程仓库名即可删除远程仓库。
文章目录