Set up a Development Environment
Hi guys,
We are working in a new project and we need to setup a develpment environment for freelance staff. We are using LARAVEL with HMVC Bundles.
We would like to know how we can give access to a part of code.
We are reading a lot of information about submodules on git.
How do you solve this problem?
Written by Sergio Gutiérrez Sánchez
Related protips
1 Response
It's simple if you're using git.
create a repository called "modules" and a repository for each submodule.
In "modules" repository, use git modules to reference the other sub-modules and then in the main repository, change the modules folder for git module
---portunhol
crie um repositório chamado "modules" e um outro repositório para cada submódulo. No repositório módulos, use o git modules para referenciar cada outro submódulo e então no repositório principal, mude a pasta original de módules para git module