Git cherry pick a commit and place it below

Viewed 6823

From what I know, by default the cherry-pick command takes a commit and places it on top of the current branch. Is it possible to cherry-pick a commit in Git and place it below the current commit?

2 Answers
Related