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?
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?