文章分类 -  版本工具

摘要:http://www.cnblogs.com/hongdada/p/5765753.html http://blog.csdn.net/sunny243788557/article/details/33688795 阅读全文
posted @ 2016-12-07 18:42 不缺重头再来的勇气 阅读(102) 评论(0) 推荐(0)
摘要:进入本地仓库访问位置之后执行命令 1) 远程仓库相关命令 检出仓库:$ git clone git://github.com/jquery/jquery.git 查看远程仓库:$ git remote -v 添加远程仓库:$ git remote add [name] [url] 删除远程仓库:$  阅读全文
posted @ 2016-07-13 20:00 不缺重头再来的勇气 阅读(126) 评论(0) 推荐(0)