Is there a way to determine if a commit is cherry-picked in and which origin commit the changes cherry-picked from?
git cherry-pick -x
is a solution to record the information when I do the cherry-pick. But if we didn't use the -x
option, are there any other solutions?