git-flow 分支管理模式其工具

很好用的工具,给出了很好的开发模式git

安装:github

git clone git://github.com/nvie/gitflow.git工具

cd gitflowblog

git submodule init开发

git submodule updateget

sudo make installit

简单使用:ast

git flow inittest

git branchmodule

git flow feature start test

git flow feature finish test

git flow release start 1.0

git flow release finish 1.0 

这个时候获得最新的master和develop分支 

不过下面参考的图中,好像release finish合并到master上的不是release上的分支,而是develop上的

 

主页:

https://github.com/nvie/gitflow/

参考:

http://ihower.tw/blog/archives/5140/

http://www.jeffkit.info/2010/12/842/

相关文章
相关标签/搜索