On Wednesday 23 February 2011, Iñaki Baz Castillo wrote:
2011/2/23 Daniel-Constantin Mierla miconda@gmail.com:
On 2/23/11 1:49 AM, Iñaki Baz Castillo wrote:
2011/2/23 Iñaki Baz Castilloibc@aliax.net:
Suggestions please? thanks a lot.
Sometimes I do also git cherry-pick between local branches - just another option.
Thanks Daniel. Could you please describe hoy you do such cherry-pick? is the option b) above?
Hi Iñaki,
i use cherry pick just like this:
git cherry-pick -x $commit_id_source_branch
executed in the tree switched to the destination branch. But so far i only did it with remote trees, if i remember correctly.
Cheers,
Henning