I am trying to work with gitflow and A Successful Git Branching Model.
Ones in a while I work on features and finish the feature with
git flow feature finish my-feature
While continuing to work I realize that I have something forget to add to my-feature
Or sometimes I am working on a different feature and want to add something to my-feature
again...
What would be the way to do this?
Is there a way to re-open my-feature
again?
Would I just commit the changes into development?
Or open up another feature?