Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
added 95 characters in body
Source Link
ArrchanaMohan
  • 2.6k
  • 7
  • 45
  • 94

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?

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?

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?

Source Link
ArrchanaMohan
  • 2.6k
  • 7
  • 45
  • 94

How to merge specific commits from dev to master

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?