"creating the Feature branch from master" 之间的区别和 "creating feature branch from Release Branch" 之间的区别

Difference between "creating the Feature branch from master" and difference between "creating feature branch from Release Branch"

我已经从 master 创建了发布分支

1、"creating the Feature_1 branch from master"和"creating feature_1 branch from Release Branch"的区别是什么.

2,如果我直接从 master 从 feature_1 分支创建,是否所有更改都会移动到 master 而无需应用到发布分支?

提前致谢

1, what is Difference between "creating the Feature_1 branch from master" and difference between "creating feature_1 branch from Release Branch".

如果 master 和 Release Branch 之间没有提交不一致,我所说的不一致是指,如果在签出 Release Branch 后没有对这些分支中的任何一个进行新的提交,那么就没有区别。

2,if i create from feature_1 branch directly from master does all changes moves to master without applying to release branch?

我不完全确定你问这个问题是什么意思,但我很确定 changes/commits 的 none 会去任何地方,无论是 master 还是 feature_1 分支,直到你对他们提出 PR 或明确地挑选两个分支上的提交。

希望这能回答您的问题。

1、"creating the Feature_1 branch from master"和"creating feature_1 branch from Release Branch"的区别是什么.

如果你在 master 和 Release 分支之间没有提交不一致,不一致我的意思是,如果在签出 Release Branch 之后没有在这些分支中的任何一个上完成新的提交,那么就没有区别。

2,如果我直接从 master 从 feature_1 分支创建,是否所有更改都会移动到 master 而无需应用到发布分支?

我不完全确定你问这个问题是什么意思,但我很确定 changes/commits 的 none 会去任何地方,无论是 master 还是 feature_1 分支,直到你要么提高 PR 反对他们,要么明确地挑选两个分支上的提交。