能不能给个具体例子
我看过这篇文章http://danielkummer.github.io/git-flow-cheatsheet/git,用 flow 开发,看功能的变化比较方便。除此以外,还有其他的用处吗?
http://ihower.tw/blog/archives/5140 这里吧..
难用死了。
git flow feature start feature_001 git flow feature finish feature_001
发布时 git flow release start release_001 git flow realase finish release_001
只有明白 master develop 为主要分支,知道一些特点就可以了,从哪里来到哪里去 这篇文章很好的介绍了http://www.juvenxu.com/2010/11/28/a-successful-git-branching-model/
看了一下这个视频你就会了http://vimeo.com/16018419