hubflow

Set the develop branch as the default for a pull request

╄→гoц情女王★ 提交于 2019-12-03 04:54:34
问题 I want to make the pull request merge into develop from the feature branch by default. I'm advocating the use of git flow, so when a pull request is submitted for a feature, the pull request needs to get merged into develop, and not master. Some of the managers commented that being human, there is a possibility that the team leads could overlook that fact and merge the pull request into master by mistake, causing issues with the release later on. We want to mitigate the risks of merge hell so

Set the develop branch as the default for a pull request

送分小仙女□ 提交于 2019-12-02 18:12:18
I want to make the pull request merge into develop from the feature branch by default. I'm advocating the use of git flow, so when a pull request is submitted for a feature, the pull request needs to get merged into develop, and not master. Some of the managers commented that being human, there is a possibility that the team leads could overlook that fact and merge the pull request into master by mistake, causing issues with the release later on. We want to mitigate the risks of merge hell so this would go a long way in achieving this goal. Edit: I'm using a fork of gitflow called hubflow(