Skip to content

cherry-pick #20

Answered by thyoondev
HyunDel asked this question in Q&A
Discussion options

You must be logged in to vote

First you should undo your cherry-pick, try to run this

git cherry-pick --abort

Second, try to make cherry-pick, but in this time you get their changes not yours, so make this:

git cherry-pick --strategy=recursive -X theirs {Imported_Commit}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HyunDel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants