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/

相關文章
相關標籤/搜索