nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Home Page:http://nvie.com/posts/a-successful-git-branching-model/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow dirty working tree for release

Kisty opened this issue · comments

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