git merge –squash 介绍
Git 相对于 CVS 和 SVN 的一大好处就是 merge 非常方便,只要指出 branch 的名字就好了,如: 12345$ git merge another$ git checkout another# modify, commit, modify, commit ...$ git checkout master$ git merge another