添加和删除或指定远程仓库地址

添加或指定远程仓库地址

git remote set-url origin "https://..."

git config remote.origin.url "https://..."

删除

git remote rm origin

posted @ 2022-02-24 09:12  诡道也  阅读(28)  评论(0编辑  收藏  举报