I have two branches:
develop
myFeature
I have made a single commit incorrectly while on develop and should have been on myFeature.
The commit has not been pushed yet.
How can i move this commit from develop and onto myFeature?
git checkout myFeature
git cherry-pick develop
git checkout -B develop develop~
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With