显示当前所有远程库的详细信息

git remote -v

  

 git切换源

git remote set-url origin {新git地址}

  

相关文章: