Is it possible to merge one Git-Repository into another? I have developed two independent repositories A and B, and now I find that B should be part of A in new sub-directory, e.g. A/B. I want to move B into A while keeping the whole development history of B. How can I do that? Steve