标签:
查看远程仓库
$ git remote -v
移除远程仓库
git remote rm origin
添加远程仓库
git remote add origin ‘远程仓库地址‘
git 常用命令
原文地址:http://www.cnblogs.com/towerking/p/4849116.html