查看远程库信息(git remote的用法)

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

原文地址:https://www.cnblogs.com/n-swdysa/p/14151814.html