Merge tracking for Git cherry picking?

Viewed 6749

For example, I have a dev branch and a stable branch.

In case I have cherry-picked several commit from dev to stable.

Is there any way to let Git aware of the cherry-picked commits, and avoid doubly-merging it if I later merge, rebase or cherry-pick an overlapped range, from dev back to stable? (for which is a basic merge tracking feature in SVN)

3 Answers
Related