Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
gitflow init,在执行之后,内部会发生什么_Git - Fatal编程技术网

gitflow init,在执行之后,内部会发生什么

gitflow init,在执行之后,内部会发生什么,git,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

我已经在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? [] 
还有吉特克拉肯

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

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

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