I have a two Git repositories REPO-A and REPO-B.
REPO-A have --> BRANCH-A , and BRANCH-A have following directories DirA, DirB, DirC
REPO-B have ---> BRANCH-B, and BRANCH-B have following directories DirD, DirE, DirA, DirG
I would like to Merge the DirA from BRANCH-A to BRANCH-B. what is the best way to merge DirA ?
Note: BRANCH-A and BRANCH-B are in different repositories.
I am expecting some git commands to solve the problem. I tried few methods and commands but none worked.