![](https://i-blog.csdnimg.cn/columns/default/20201014180756927.png?x-oss-process=image/resize,m_fixed,h_224,w_224)
软件工程
文章平均质量分 82
jhluroom
这个作者很懒,什么都没留下…
展开
-
版本控件 Git 配置
If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. This guide will walk you through the basics and ex转载 2011-09-10 17:10:05 · 579 阅读 · 0 评论 -
版本控制 Git 常用操作命令
1) 远程仓库相关命令 检出仓库:$ git clone git://github.com/jquery/jquery.git 查看远程仓库:$ git remote -v 添加远程仓库:$ git remote add [name] [url] 删除远程仓库:$ git原创 2011-09-10 17:11:33 · 441 阅读 · 0 评论