I have a current branch which starts from master
.
The branch is called: development
So I did:
git checkout master
git pull
git branch development
git cherry-pick XXXX
but it returns it's a fusion but option -m was not provided.
My goal is to recover an specific commit I did 25 days ago, in my current branch and do a PR with just these old changes. Back in the days it failed due to an error in the server.