{"id":28498724,"url":"https://github.com/fernandoamoyano/git-flow","last_synced_at":"2026-04-27T18:34:39.257Z","repository":{"id":296876429,"uuid":"994793107","full_name":"FernandoAMoyano/git-flow","owner":"FernandoAMoyano","description":"📄Workflow practice","archived":false,"fork":false,"pushed_at":"2025-06-02T15:16:33.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-06-03T04:19:40.941Z","etag":null,"topics":["git","gitflow-workflow"],"latest_commit_sha":null,"homepage":"https://fernandoamoyano.github.io/git-flow/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FernandoAMoyano.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-02T13:44:27.000Z","updated_at":"2025-06-02T15:52:49.000Z","dependencies_parsed_at":"2025-06-03T04:19:47.803Z","dependency_job_id":"b52eb8e4-19a6-42f1-b224-1ffa82cd12cb","html_url":"https://github.com/FernandoAMoyano/git-flow","commit_stats":null,"previous_names":["fernandoamoyano/git-flow"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/FernandoAMoyano/git-flow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoAMoyano%2Fgit-flow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoAMoyano%2Fgit-flow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoAMoyano%2Fgit-flow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoAMoyano%2Fgit-flow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FernandoAMoyano","download_url":"https://codeload.github.com/FernandoAMoyano/git-flow/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoAMoyano%2Fgit-flow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263406652,"owners_count":23461715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","gitflow-workflow"],"created_at":"2025-06-08T14:06:13.799Z","updated_at":"2026-04-27T18:34:34.213Z","avatar_url":"https://github.com/FernandoAMoyano.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ``¿Qué es Git Flow?``\n---\n\n\nGit Flow es un modelo de ramificación para Git que define un conjunto estricto de reglas sobre cómo y cuándo crear y fusionar ramas. Fue creado por Vincent Driessen y se ha convertido en un estándar de la industria para equipos de desarrollo que necesitan un flujo de trabajo estructurado.\n\n\n# ``Estructura de Ramas en Git Flow``\n---\n\n\n### ➡️Ramas Principales (Permanentes)\n\n#### 1. **main (o master)**\n- **Propósito**: Contiene el código en producción\n- **Características**: Siempre estable y desplegable\n- **Fusiones**: Solo recibe código desde `release` y `hotfix`\n\n#### 2. **develop**\n- **Propósito**: Rama de integración para desarrollo\n- **Características**: Contiene las últimas funcionalidades completadas\n- **Fusiones**: Recibe código desde `feature` y se fusiona hacia `release`\n\n### ➡️Ramas Temporales (Se eliminan después del uso)\n\n#### 3. **feature/**\n- **Propósito**: Desarrollo de nuevas funcionalidades\n- **Nomenclatura**: `feature/nombre-funcionalidad`\n- **Origen**: Se crea desde `develop`\n- **Destino**: Se fusiona de vuelta a `develop`\n- **Ejemplo**: `feature/login-usuarios`, `feature/carrito-compras`\n\n#### 4. **release/**\n- **Propósito**: Preparación para una nueva versión\n- **Nomenclatura**: `release/v1.2.0`\n- **Origen**: Se crea desde `develop`\n- **Destino**: Se fusiona a `main` y `develop`\n- **Uso**: Últimos ajustes, corrección de bugs menores, actualización de versiones\n\n#### 5. **hotfix/**\n- **Propósito**: Corrección urgente en producción\n- **Nomenclatura**: `hotfix/descripcion-bug`\n- **Origen**: Se crea desde `main`\n- **Destino**: Se fusiona a `main` y `develop`\n- **Ejemplo**: `hotfix/error-pago`, `hotfix/vulnerabilidad-seguridad`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandoamoyano%2Fgit-flow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernandoamoyano%2Fgit-flow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandoamoyano%2Fgit-flow/lists"}