git 切换仓库

时间:2023-03-29 14:26:01 买帖  | 投诉/举报

篇首语:本文由小编为大家整理,主要介绍了git 切换仓库相关的知识,希望对你有一定的参考价值。

git 查看远程仓库

  • git remote
  • git remote -v

git 切换分支

  • git remote rm origin
  • git remote add origin [url]

以上是关于git 切换仓库的主要内容,如果未能解决你的问题,请参考以下文章