OpherV / gitflow4idea

Git Flow Integration plugin for IntelliJ
Apache License 2.0
504 stars 139 forks source link

[Feature request] Add a configurable -k option for any kind of branches. #165

Closed jillesmc closed 6 years ago

jillesmc commented 7 years ago

I think all people who work with GitHub and use pull requests need this.

Recently Git Flow doesn't push after merging by default, causing pull requests to close. You can see this issue here: https://github.com/petervanderdoes/gitflow-avh/issues/201

The workaround is to you use -k option when you finish a branch.

Please, insert this configurable option for any kind of branches. Thank you ;)