Grails

Git cherry-pick

git cherry-pick is yet another great feature of git.With the help of this command we can apply the changes in a branch, introduced by an existing commit in some other branch. So, it allows to copy commits from one branch to another, but one commit at a time. Syntax for this command is :-    git cherry-pick [--edit] [-n] [-m...

by shweta
Tag: git cherry-pick
14-Apr-2011