-
Notifications
You must be signed in to change notification settings - Fork 527
Surprising (unwanted) behavior with AVH git flow release finish
#305
Comments
I guess the idea is to make sure develop is up to date with master. |
@maldag, in the original gitflow master is moved into develop only when develop is created. Auto magically merging master into develop was not the intended behavior in the original gitflow. Master is supposed to receive changes from |
A very common and simple example is this: You create a project. Same thing with more specific info, configuration or test files that are specific for the master branch. |
Maybe this created confusion:
If we are looking the same picture, I see an arrow from master to develop. Maybe your point of view contains valid requests, for badges etc.... but maybe additional options in git flow.
Help:
Another point of view is this comment. |
A long time ago, 2010, this was a discussion at nvie. It has to do with |
Why does
git flow release finish <release>
merge master back to develop?This is contrary to the original git flow implementation and it seems to be enabled by default.
It there a way to avoid bringing master back to develop when we
finish
a release or anything else?The text was updated successfully, but these errors were encountered: