awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
petervanderdoes avatar

petervanderdoes/gitflow-avhArchived

0
View on GitHub↗
5,462 estrellas·535 forks·Shell·4 vistasnvie.com/posts/a-successful-git-branching-model↗

Gitflow Avh

gitflow-avh es una herramienta de línea de comandos y framework de automatización diseñado para implementar el modelo de ramificación Gitflow. Proporciona un conjunto de extensiones que automatizan la creación, fusión y gestión de ramas de características, lanzamientos y correcciones urgentes (hotfix) para mantener un flujo de trabajo de control de versiones estandarizado.

La herramienta gestiona el ciclo de vida completo del desarrollo, desde la inicialización de un repositorio con estructuras de ramas y prefijos de nombres predefinidos hasta la preparación de versiones de software estables para producción. Incluye flujos de trabajo especializados para correcciones urgentes en producción y la creación de ramas persistentes para el mantenimiento de software heredado a largo plazo.

El framework cubre áreas de capacidad más amplias, incluyendo el aislamiento de correcciones de errores, preparación de versiones de lanzamiento y la ejecución de hooks de ciclo de vida personalizados para automatizar tareas repetitivas del repositorio. Utiliza nombres basados en configuración y mapeo de fusión basado en objetivos para garantizar la consistencia en todo el flujo de desarrollo.

Features

  • Git Workflow Automation - Provides a comprehensive toolset to streamline and automate repetitive Git command sequences and branching rules.
  • Branching Model Automations - Automates the creation and merging of feature, release, and hotfix branches to enforce a structured Gitflow development cycle.
  • Git Command Line Wrappers - Provides a CLI tool that encapsulates complex Git operations into intuitive high-level commands for branching workflows.
  • Custom Git Workflow Automations - Provides a framework for executing custom lifecycle hooks and scripts to automate logic during Git events.
  • Release Polishing - Isolates final polish and version bumping from active development to prepare specific software versions for production.
  • VCS Repository Initializers - Sets up a version control repository with predefined development and production branches and naming conventions.
  • Production Release Management - Isolates final software polish and version bumping from active development to prepare a stable version for deployment.
  • Hotfix Branch Lifecycles - Manages the specialized workflow of branching critical fixes from production and merging them into both production and development.
  • Feature Branch Lifecycles - Automates the complete lifecycle of feature development, including creation, syncing, and deletion of feature branches.
  • Branching Model Orchestration - Implements a structured branching model to orchestrate feature development, releases, and hotfixes.
  • Version Support Branching - Provides dedicated branches to ensure long-term support and updates for older software versions.
  • Branch Naming Conventions - Implements standardized patterns and prefixes for naming branches based on their role in the development lifecycle.
  • Event Hooks - Includes mechanisms for triggering custom logic and external scripts in response to version control lifecycle events.
  • Workflow State Tracking - Tracks the current stage of development to determine the correct merge targets for features, releases, and hotfixes.
  • Version Control and Repository Tools - Includes utilities for initializing and maintaining a standardized branch structure for software development and production releases.
  • Merge Target Mapping - Directs merges to specific destination branches based on the current workflow state and versioning rules.
  • Support Branch Lifecycles - Manages long-term support branches used to maintain older software versions independently of the main production line.
  • Branch-Based Isolation - Utilizes separate branches to isolate bug fixes before integrating them back into the development stream.
  • Legacy Software Maintenance - Creates and manages dedicated branches to provide long term support for older versions of a project.
  • Command Lifecycle Hooks - Implements interceptors that trigger custom logic before and after the execution of CLI commands.
  • Workflow Configuration - Allows defining naming conventions and branch targets used by automation tools to ensure consistency across the repository.

Historial de estrellas

Gráfico del historial de estrellas de petervanderdoes/gitflow-avhGráfico del historial de estrellas de petervanderdoes/gitflow-avh

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Gitflow Avh

Proyectos open-source similares, clasificados según cuántas características comparten con Gitflow Avh.
  • nvie/gitflowAvatar de nvie

    nvie/gitflow

    26,825Ver en GitHub↗

    Gitflow is a Git branching model extension and workflow automation tool. It provides a set of command line tools and automated scripts to manage feature development, release cycles, and hotfixes using standard Git operations. The project coordinates software releases and versioning through the management of dedicated release and support branches. It automates the creation and merging of branches to maintain a structured development cycle and manage the transition of code from development to production. The tool covers the full lifecycle of several branch types, including the isolation of new

    Shell
    Ver en GitHub↗26,825
  • qw3rtman/git-fireAvatar de qw3rtman

    qw3rtman/git-fire

    4,532Ver en GitHub↗

    git-fire is a command line plugin and emergency backup tool for Git. It functions as a workflow automator that preserves local work-in-progress and stashes on a remote server to prevent data loss during urgent interruptions. The tool automates the process of staging, committing, and pushing the current state to a new remote branch. By using branch-isolated pushing and converting local stashes into permanent commits, it protects uncommitted changes without creating merge conflicts on the main development line. It handles workspace preservation by anchoring to the repository root and wrapping

    Shell
    Ver en GitHub↗4,532
  • tpope/vim-fugitiveAvatar de tpope

    tpope/vim-fugitive

    21,671Ver en GitHub↗

    This project is a Vim plugin that functions as a comprehensive Git version control interface. It integrates repository management, staging, and commit operations directly into the text editor, allowing users to maintain project history and manage repository state without switching contexts. The plugin distinguishes itself by mapping version control operations to temporary text buffers, enabling users to manipulate repository data using standard editing commands. It utilizes a virtual file system to present historical commits, trees, and blobs as read-only buffers, facilitating navigation and

    Vim Script
    Ver en GitHub↗21,671
  • tj/git-extrasAvatar de tj

    tj/git-extras

    18,076Ver en GitHub↗

    git-extras is a collection of command line utilities that extend the functionality of the Git version control system. It provides a suite of shortcuts and additional commands for history manipulation, remote management, repository analysis, and workflow automation. The project distinguishes itself by offering deep integration with hosting providers to manage pull requests and forks, alongside advanced history tools for obliterating sensitive files and rewriting author metadata. It also includes a specialized interactive shell that allows users to execute commands without repeating the binary

    Shellgit
    Ver en GitHub↗18,076
Ver las 30 alternativas a Gitflow Avh→

Preguntas frecuentes

¿Qué hace petervanderdoes/gitflow-avh?

gitflow-avh es una herramienta de línea de comandos y framework de automatización diseñado para implementar el modelo de ramificación Gitflow. Proporciona un conjunto de extensiones que automatizan la creación, fusión y gestión de ramas de características, lanzamientos y correcciones urgentes (hotfix) para mantener un flujo de trabajo de control de versiones estandarizado.

¿Cuáles son las características principales de petervanderdoes/gitflow-avh?

Las características principales de petervanderdoes/gitflow-avh son: Git Workflow Automation, Branching Model Automations, Git Command Line Wrappers, Custom Git Workflow Automations, Release Polishing, VCS Repository Initializers, Production Release Management, Hotfix Branch Lifecycles.

¿Qué alternativas de código abierto existen para petervanderdoes/gitflow-avh?

Las alternativas de código abierto para petervanderdoes/gitflow-avh incluyen: nvie/gitflow — Gitflow is a Git branching model extension and workflow automation tool. It provides a set of command line tools and… qw3rtman/git-fire — git-fire is a command line plugin and emergency backup tool for Git. It functions as a workflow automator that… tpope/vim-fugitive — This project is a Vim plugin that functions as a comprehensive Git version control interface. It integrates repository… tj/git-extras — git-extras is a collection of command line utilities that extend the functionality of the Git version control system.… kennethreitz/legit — Legit is a command line wrapper and automation tool that provides an abstraction layer over Git. It simplifies version… fredriknoren/ungit — Ungit is a web-based graphical interface and version control client for managing Git repositories. It provides a…