摘要: Quick setup— if you've done this kind of thing beforehttps://github.com/KoMiles/emlog.gitCreate a new repository on the command linetouch README.mdgit... 阅读全文
posted @ 2014-06-24 22:39 KoMiles 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: 1,clonegit clonehttps://github.com/KoMiles/helloword helloword2,pullgit pull3,commitgit commit -m '*update file'4,git pushgit pushhttps://github.com/K... 阅读全文
posted @ 2014-06-24 22:26 KoMiles 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 文章转自:http://www.cnblogs.com/cocowool/archive/2012/02/17/2356125.html源代码管理系统(SCM)与版本控制版本控制是一种记录若干文件内容变化,以便将来查阅特定版本修订情况的系统。本地版本控制系统许多人习惯用复制整个项目目录的方式来保存不... 阅读全文
posted @ 2014-06-24 22:23 KoMiles 阅读(465) 评论(0) 推荐(0) 编辑