On Mon, 11 Nov 2013 03:31:05 -0800 (PST)
Fahim Patel <pafa...@gmail.com> wrote:

> Hello,
> 
> I have four repo which are related to ech other. Now I have moved all
> four project in single repo in  4 folders.Please see below eg:-
> 
> old repositories structure
> -----------
> repo A 
> repo B
> repo C
> repo D
> 
> 
> new repository  structure 
> -----------------------------------
> Main/
>    -- Folder A
>    -- Folder B
>    -- Folder C
>    -- Folder D
> 
> Now I to move my "repo A"  code in "Folder A".

You need git-subtree which is now a part of the "contrib" section
of the Git itself [1]
Be sure to check its manual about the `add` command [2].

1. https://github.com/git/git/blob/master/contrib/subtree
2. https://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt

-- 
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/groups/opt_out.

Reply via email to