Tu guia para la transicion de GitLab a GitHub
Encuentra tu repositorio: mapeo GitLab → GitHub, con instrucciones para actualizar tu clon local.
37 repos migradosAprende paso a paso como trabajar con branches, commits y Pull Requests en GitHub.
Referencia rapidaDocumentacion completa: configuracion, estandares, seguridad, CI/CD y mas.
wiki.goecosystemdh.comRamas candidatas a eliminacion por inactividad (>90 dias) o naming incorrecto. Purga: 11 abr 2026.
300 a eliminar
flowchart LR
AzDO["📋 Azure DevOps\nPlanificacion"]:::azdo -->|Task asignada| GH["💻 GitHub\nCodigo + PRs"]:::gh
GH -->|Merge trigger| GHA["🤖 GitHub Actions\nCI/CD"]:::gha
GHA -->|Deploy| PROD["🖥 Servidores\nProduccion"]:::prod
WIKI["📚 Wiki\nDocumentacion"]:::wiki -.->|Guias| GH
classDef azdo fill:#1a2332,stroke:#58a6ff,color:#e6edf3,stroke-width:2px
classDef gh fill:#1a2332,stroke:#3fb950,color:#e6edf3,stroke-width:2px
classDef gha fill:#1a2332,stroke:#d29922,color:#e6edf3,stroke-width:2px
classDef prod fill:#1a2332,stroke:#f85149,color:#e6edf3,stroke-width:2px
classDef wiki fill:#1a2332,stroke:#bc8cff,color:#e6edf3,stroke-width:2px