gitflow init,里面发生什么,执行后

时间:2018-10-15 06:04:17

标签: git

我已经在具有现有项目的shell上测试了gitflow init:

$ 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/] 
Release branches? [release/] 
Hotfix branches? [hotfix/] 
Support branches? [support/] 
Version tag prefix? [] 

和gitkraken。

在命名分支的问题之后,(我保留了所有默认值) 我可以使用gitflow命令,但是里面发生了什么?我在项目文件夹上看不到新文件。 gitflow做了什么,要初始化。 gitflow init创建文件?哪里? 我使用gitflow从理论上下载了一个git项目,但是无论如何我都需要使用gitflow。 gitflow如何实现一个项目的启动?

1 个答案:

答案 0 :(得分:1)

gi flow init“仅”修改存储库的git配置。因此,您可以在文件.git/config中看到这些值。

未检入存储库的配置,因此无法在存储库之间传输。每个用户/提交者/贡献者都必须在其本地存储库上初始化git flow