2017年5月8日
摘要: Git常用操作命令收集: 1) 远程仓库相关命令 检出仓库:$ git clone git://github.com/jquery/jquery.git 查看远程仓库:$ git remote -v 添加远程仓库:$ git remote add [name] [url] 删除远程仓库:$ git  阅读全文
posted @ 2017-05-08 16:10 细雨微光 阅读(325) 评论(0) 推荐(0)