Hi,

My question is basically moving a directory from one git repo to another 
with the commit history for that directory. Let me elaborate more.

Say we have two git repositories repoA and repoB with the following 
directory structure

repoA
 --dir1
    -- dir1-1
    -- dir1-3
 --dir2

repoB
 --dir1-2

I need to move the dir1-2 from repoB to repoA so that the directory 
structure of repoA will look like the following,

repoA
 --dir1
    -- dir1-1
    -- dir1-2
    -- dir1-3
 --dir2

In doing so, I need to preserve the commit history for dir1-2 as well.

How can I achieve this? Are there any other alternative ways that I can 
achieve a similar outcome?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to