Git workflow and Gerrit

后端 未结 3 1081
名媛妹妹
名媛妹妹 2021-02-13 11:10

I am trying to implement a \'git-flow\' kind of workflow using Gerrit but I can\'t seem to figure out the last piece of the puzzle.

There are two preconditions to my pr

3条回答
  •  情深已故
    2021-02-13 12:07

    After considering the options I have decided to abandon this method. It seems to me that Gerrit is targeted at single integration branch development for the most part.

    When changes need to be merged to two branches (eg. a hotfix that needs to go to master and develop) it makes you jump through all kinds of hoops which amount to extra work/reviewing. I've decided to stick to one branch.

    I think that the Git flow model doesn't really suit in the Gerrit design. If other people have integrated Gerrit with Git flow I would love to hear about their methods.

提交回复
热议问题