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.63k stars 2.66k forks source link

feature finish & delete remote #6425

Open SassNinja opened 6 years ago

SassNinja commented 6 years ago

I use git-flow via sourcetree and like it. But one thing is really annoying when I finish a feature branch:

The branch does only get deleted locally and not remote. Therefore I usually tick the keep option so that I can afterwards easily delete the branch together with the remote one via sourcetree.

Unfortunately there doesn't seem to be an option for this yet https://github.com/nvie/gitflow/blob/develop/git-flow-feature#L233

It would be super awesome if git-flow provides an option to delete the remote branch as well on finishing! Can this be added?