cherry_pick
Description:
Cherry pick the specified commit, making changes in the index and the working directory.
Parameters:
this |
a Repository. |
commit |
a Commit. |
options |
Returns:
true if the commit was cherry-picked successfully, false otherwise. |