I have some 100 files to be merged from one branch to the other. Here is the set up that I have.
There are two branches Branch A and Branch B. I have to merge elements pointed to by a particular label (say Label X ) on Branch A to Branch B.
What is the fastest way of doing this?