git cherry-pick <commitA>
Apply the changes introduced by <commitA> on top of the current branch.
Unlike git merge <branch1>
, which makes all the history in git cherry-pick
makes a copy of the actual changes in
git cherry-pick <commitA>
Unlike git merge <branch1>
, which makes all the history in git cherry-pick
makes a copy of the actual changes in