新手问题 Git flow 具体要怎么用

zhuxingruo · September 05, 2013 · Last by ganweiliang replied at September 05, 2013 · 2370 hits

能不能给个具体例子

我看过这篇文章http://danielkummer.github.io/git-flow-cheatsheet/git,用 flow 开发,看功能的变化比较方便。除此以外,还有其他的用处吗?

难用死了。

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

You need to Sign in before reply, if you don't have an account, please Sign up first.