Something went wrong while setting issue due date.
Add Finish Commands
Would be great for GitFlower to have its equivalents of git flow hotfix finish [NAME]
and git flow feature finish [NAME]
that not only removes the branch and merges into develop or master, but can also delete the origin version of the branch (since git-flow won't do that for you). Would close the Issue (or whatever the equivalent of "close" might be) if that is a supported option for the project management system.