Multiple development branches with git-flow

后端 未结 4 1935
长发绾君心
长发绾君心 2020-12-14 17:23

I am currently looking a lot into git-flow, and trying to figure out, how to use it for the projects I am involved on.

I have looked at the various git-flow tutorial

4条回答
  •  时光取名叫无心
    2020-12-14 18:15

    Is this possible at all with git flow?

    Anything is possible using git-flow as a series of best-practices rather than a hard rule. Just open your feature branches from your 1.0 release branch instead of from your develop branch.

提交回复
热议问题