Set the develop branch as the default for a pull request

后端 未结 4 911
故里飘歌
故里飘歌 2021-02-01 03:19

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 fea

4条回答
  •  半阙折子戏
    2021-02-01 03:53

    When using gitflow in github with the default branch set to develop, you will get a notification that the master has changes and ask you to create a Pull Request to develop after releasing. I'm not sure how to fix this.

提交回复
热议问题