gitflow
gitflow copied to clipboard
feature finish & delete remote
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?