I got a simple question for you GIT masters:
in GIT man pages I've got this for
man git-cherry-pick
...
git-cherry-pick - Apply the changes introduced by some existing commits
...
My doubt is: when I cherry-pick a commit to another branch, this commit is moved to the other branch or copied (applied in both branches)?