On Sat, Mar 15, 2014 at 12:48 AM, Andrew Wong <andrew.kw.w@xxxxxxxxx> wrote: > On Fri, Mar 14, 2014 at 1:39 PM, Jagan Teki <jagannadh.teki@xxxxxxxxx> wrote: >> Suppose developer send 10 patches on branch1 where are changes in terms >> of <dir>_<version>/ then I need to apply on my local repo branch1, till now >> is fine then I need to apply same 10 patches on to my branch2 where source >> tree <dir> which is quite question here how can I do. > > You might be able to use the subtree option in recursive merge. Try > something like: > > git cherry-pick -X subtree=foo <commit> > > This tells git to apply the changes to the "foo" directory in your > current branch (branch2). How do I do this? Suppose I'm in branch1 with two commits on foo_v2 and I need to apply them on branch2 where in foo. thanks! -- Jagan. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html