Let s
be the SHA of the commit you’d like to apply to branch b
. Execute the
following commands to add commit s
to branch b
.
git checkout b
git cherry-pick s
28 Aug 2013
-
git
Let s
be the SHA of the commit you’d like to apply to branch b
. Execute the
following commands to add commit s
to branch b
.
git checkout b
git cherry-pick s