Set the develop branch as the default for a pull request

后端 未结 4 912
故里飘歌
故里飘歌 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 04:04

    Alternatively make develop the default branch that everyone sees when visiting the project. The downside is that anyone who clones it will get an unstable branch by default but all pull requests will go to the develop branch by default too.

提交回复
热议问题