Welcome Guest, Not a member yet? Register   Sign In
Add 'system' as submodule
#1

[eluser]Razican[/eluser]
Hello, I have some apps with CodeIgniter, and I would like to use Git's submodule extension to have updated my CI version. Since all my apps are in development, there is no need to use the stable CI version.

The thing is that what I would like to have is this:

-my_repo
--my_application (not a submodule)
--system (as a submodule)
--index.php
--licenses, htaccess and all the stuff

Is this possible? could I change the name of the system folder?

I have tried this:
git submodule add -b develop git://github.com/EllisLab/CodeIgniter.git system

But it copies all the CI repository inside /system.




Theme © iAndrew 2016 - Forum software by © MyBB