I am learning git-flow and I just did git flow feature finish <feature-name>
, which merged my feature branch to develop and removed it.
Instead of this, I want to push the feature branch to github, so I can merge it after a peer review.
So the question is, how do I 'undo' this command. Or in other words , how can I move my last two commits from develop to my feature branch?
<sha's>
get lost in the markup) – Maiolica