2016/09/01 Git常用操作命令 远程仓库相关命令 检出仓库:$ git clone git://github.com/jquery/jquery.git 查看远程仓库:$ git remote v 添加远程仓库:$ ... 工具链Git