随笔分类 -  SCM

CVS Keyword substitution
摘要:http://ximbiot.com/cvs/manual/cvs-1.11.6/cvs_12.html12.1 Keyword ListThis is a list of the keywords:$Author$The login name of the user who checked in the revision.$Date$The date and time (UTC) the revision was checked in.$Header$A standard header containing the full pathname of the RCS file, the rev 阅读全文

posted @ 2013-04-24 17:32 androidme 阅读(426) 评论(0) 推荐(0) 编辑

git rebase与merge的区别
摘要:http://gitbook.liuhui998.com/4_2.htmlrebase假设你现在基于远程分支"origin",创建一个叫"mywork"的分支。$ git checkout -b mywork origin现在我们在这个分支做一些修改,然后生成两个提交(commit).$ vi file.txt$ git commit$ vi otherfile.txt$ git commit...但是与此同时,有些人也在"origin"分支上做了一些修改并且做了提交了. 这就意味着"origin"和"m 阅读全文

posted @ 2012-11-28 15:21 androidme 阅读(661) 评论(0) 推荐(0) 编辑

squashing commits with rebase
摘要:http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html squashing commits with rebase committed 10 Feb 2009The rebase command has some awesome options available in its --interactive (or -i) mode, and one of the most widely used is the ability to squash commits. What this does is t 阅读全文

posted @ 2012-11-28 09:39 androidme 阅读(335) 评论(0) 推荐(0) 编辑

git ready
摘要:http://gitready.com/Pro Git中文版http://progit.org/book/zh/ Git Community Book 中文版http://gitbook.liuhui998.com/index.html 阅读全文

posted @ 2012-11-28 09:34 androidme 阅读(82) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示