On Thursday, August 8, 2013 11:06:56 AM UTC+2, Gabriel wrote:

> Hi all,
>
> I am trying to use subtree instead of submodules to manage a project,
> but I don't know how to send the parent project alone. Let me explain my 
> self.
>
> We have a project split in a parent repository and some plug-in 
> repositories.
> One can use the parent project alone or adding plugins with 
> "git subtree add --prefix=plugin-a 
> https://github.com/my-project/plugin-a.git master"
>
> After the development is ready, one can split and commit the changes in 
> the plugin
> but I don't know how to commit the parent project without plugins.
>
> Any idea on how to do it?
>
>
I haven't tried this strategy myself, but I did come across this 
nice-looking article that may offer some help: 
http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/ 

-- 
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