git remote
查看当前的远程库
git remote [-v]$ git remote
origin
$ git remote -v
origin git://github.com/schacon/ticgit.git (fetch)
origin git://github.com/schacon/ticgit.git (push)添加远程仓库
git remote add <remote_name> <git_path>查看远程仓库信息
远程仓库重命名
远程仓库的删除
Last updated
Was this helpful?