码迷,mamicode.com
首页 > Windows程序 > 详细

windows 安装 git flow

时间:2017-07-05 11:48:10      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:git   git flow   

1、https://raw.githubusercontent.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh

把这个复制出来写到文件里

2、执行 ./gitflow.sh install stable 即可

3、进入项目目录git flow init 初始化环境 

$ git flow init # 全部回车

Which branch should be used for bringing forth production releases?

   - develop

   - master

Branch name for production releases: [master]


Which branch should be used for integration of the "next release"?

   - develop

Branch name for "next release" development: [develop]


How to name your supporting branch prefixes?

Feature branches? [feature/]

Bugfix branches? [bugfix/]

Release branches? [release/]

Hotfix branches? [hotfix/]

Support branches? [support/]

Version tag prefix? []

Hooks and filters directory? [C:/testzee/nodejs/Koala/.git/hooks]


windows 安装 git flow

标签:git   git flow   

原文地址:http://jinliang.blog.51cto.com/8981814/1944676

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!