I'm trying to merger some specific (not all) from dev to master. And Used below command which throws exception.
C:\Users\arrchana\New_Code\Paymentev\AmazonPaymente2etestserv\A2paymente2etestservService> git cherry-pick 5dc6112
error: Commit 5dc6112 is a merge but no -m option was given.
fatal: cherry-pick failed
How to resolve this issue? Is there any other way to get the specific commit from dev and merge it with Master branch?