git flow feature name不是它的样子

时间:2015-05-12 16:21:43

标签: git git-flow

我使用git flow feature start myname在git bash(windows)中创建了一个功能分支。 我收到了消息:

- A new branch 'feature/myname' was created, based on 'develop' - You are now on branch 'feature/myname'

但是当我输入git branch [tab][tab]时,该功能的名称是FEATURE / myname。为什么要素部分是大写的,我该怎么做才能解决它?

1 个答案:

答案 0 :(得分:0)

尝试以下步骤。

转到项目文件夹。 输入“git flow init -f”,它将询问您以下详细信息。

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? [v]

对于“功能分支?[FEATURE /]”类型功能。