Sportica   Sportica
摘要: 原地址:http://codingnow.cn/git/228.html1. git分支简介使用分支可以让你从开发主线上分离开来,然后在新的分支上解决特定问题,同时不会影响主线。像其它的一些版本控制系统,创建分支需要创建整个源代码目录的副本。而Git 的分支是很轻量级的,因为Git保存的不是文件差异... 阅读全文
posted @ 2014-06-12 13:07 qingjoin 阅读(337) 评论(0) 推荐(0) 编辑
  Sportica