What options do you have if you want to "undo" a feature branch? Let's say you add a new feature supercool-feature
which you finish (merge into development and delete the feature branch) and then it goes into a release. But then your users really dislike this supercool-feature
. How can I undo/rewind/reverse this feature which has been already merged into development and a release?
I'm using SourceTree to do my versioning.