As I said we use Composer- PHP package dependency manager - wich is more powerfull then Git submodules. Composer does not use Git submodules and even does not setup submodules after installing packages
среда, 20 ноября 2013 г., 9:55:38 UTC+6 пользователь William Seiti Mizuta написал: > > Why don't you use submodule ( > http://git-scm.com/book/en/Git-Tools-Submodules) or subtree? > > > William Seiti Mizuta > @williammizuta > Caelum | Ensino e Inovação > www.caelum.com.br > > > On Wed, Nov 20, 2013 at 1:47 AM, Алексей Баранов > <[email protected]<javascript:> > > wrote: > >> I'm voting for a new Git feature. Git repo inside subfolder of another >> Git repo should be separate one WHEN THIS SUBFOLDER IGNORED (.gitignore) BY >> PARENT REPO. >> >> /Main site >> /.git - repo of Main site >> .gitingore (/vendor/) - subfolder vendor ignored by Git >> /vendor - ignored subfolder >> /alexey_baranov >> /mylib1 - I would like to commit/push/pull this lib rhight >> from hire >> /.git >> /bylib2 - I would like to commit/push/pull this lib >> rhight from hire >> /.git >> >> This would very halpfull because exactly same fs structure created by >> composer (php package dependence utility) And I would like to commit my >> libs right from mine site. I do not see any troubles with this when folder >> ignored by parent Git repo. >> >> -- >> 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 [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
