1 git remote 查看远程库的信息
2 git remote –v 查看远程库的详细信息
3 git remote add name url 添加远程仓库
4 git remote rename oldname newname 重命名仓库
5 git remote rm 删除仓库
1 git remote 查看远程库的信息
2 git remote –v 查看远程库的详细信息
3 git remote add name url 添加远程仓库
4 git remote rename oldname newname 重命名仓库
5 git remote rm 删除仓库