latest 6 messages by christoph
+
[2017-06-11T20:55:50Z]
christoph
of cause you can finish into another branch and make a pull request from there but that overhead
+
[2017-06-11T20:54:36Z]
christoph
feature finish will delete remote feature branch
+
[2017-06-11T20:54:04Z]
christoph
of cause git flow feature finish can be done this will only merge local feature into local develop but if develop is protected you cann not push that merge. so feature finish does not make a sense.
+
[2017-06-11T20:47:13Z]
christoph
mhh is it possible to trigger this via github-api ? i would really love an macro doing this
+
[2017-06-11T20:41:27Z]
christoph
In git-flow the develop branch should be deployable at any given time. Because of that it would be a good idea to protect both branches develop and master. But if you do you no longer can use "git flow feature finish". As i told before it would be really nice if you can instead use "git flow feature review"
+
[2017-06-11T20:41:26Z]
christoph
hi, does anybody know if there exists an extension to git-flow for the following purpose. Instead of "git flow feature finish MYFEATURE" it would be create an github pull request with review via "git flow feature review MYFEATURE".