gitflow icon indicating copy to clipboard operation
gitflow copied to clipboard

feature finish & delete remote

Open SassNinja opened this issue 7 years ago • 0 comments

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?

SassNinja avatar Aug 23 '18 08:08 SassNinja