Go to file
2025-09-05 11:51:35 -03:00
.dev feat: issue OneTeam/Naliia_Dev#5 2025-09-04 15:28:31 -03:00
demo feat: issue OneTeam/Naliia_Dev#5 2025-09-04 15:28:31 -03:00
modules Add party_co submodule 2025-09-05 11:51:35 -03:00
.env_example feat: Add basic struture for tests 2025-09-04 11:42:55 -03:00
.flake8 feat: Add basic struture for tests 2025-09-04 11:42:55 -03:00
.gitignore feat: Add basic struture for tests 2025-09-04 11:42:55 -03:00
.gitmodules Add party_co submodule 2025-09-05 11:51:35 -03:00
compose.live.yml feat: Add basic structure for live environment 2025-09-04 12:21:44 -03:00
compose.test.yml feat: Add basic struture for tests 2025-09-04 11:42:55 -03:00
Dockerfile_Live feat: Add basic structure for live environment 2025-09-04 12:21:44 -03:00
Dockerfile_Test feat: Add basic struture for tests 2025-09-04 11:42:55 -03:00
Rakefile feat: Add refresh_cache 2025-09-05 11:31:34 -03:00
README.md Add party_co submodule 2025-09-05 11:51:35 -03:00
requirements.txt feat: Add basic structure for live environment 2025-09-04 12:21:44 -03:00

Naliia Dev

Incorporando un Repositorio Git Existente como Submódulo en el Repositorio Activo

  1. Para agregar un nuevo submódulo, utiliza el comando git submodule add, especificando la URL absoluta o relativa del proyecto a rastrear. En este ejemplo, dentro del repositorio oc-monorepo, se incluye la rama 6.8 de la siguiente manera:
$ git submodule add -b main [ssh://modelo] modules/[nombre_modulo]