nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.6k stars 2.66k forks source link

Allow dirty working tree for release #6443

Open Kisty opened 5 years ago

Kisty commented 5 years ago

How about support git flow release start but with changes in the working tree? Will need to require that the commit is on the develop branch to avoid merge conflicts. See #32