2025-10-20 15:20:04 -05:00
2025-10-09 10:42:13 -05:00
2025-10-20 15:18:28 -05:00
2025-10-09 10:44:55 -05:00
2025-10-09 10:42:41 -05:00
2025-09-04 11:42:55 -03:00
2025-09-04 11:42:55 -03:00
2025-10-09 10:44:55 -05:00
2025-09-15 16:58:25 -03:00
fix
2025-10-20 15:20:04 -05:00
2025-09-05 11:51:35 -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]
Description
No description provided
Readme 23 KiB
Languages
CSS 45.7%
JavaScript 41.6%
Less 6%
Python 5.5%
Ruby 0.8%
Other 0.4%