awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
petervanderdoes avatar

petervanderdoes/gitflow-avhArchived

0
View on GitHub↗
5,462 stele·535 fork-uri·Shell·4 vizualizărinvie.com/posts/a-successful-git-branching-model↗

Gitflow Avh

gitflow-avh este un instrument CLI și un framework de automatizare conceput pentru a implementa modelul de branching Gitflow. Oferă un set de extensii care automatizează crearea, îmbinarea și gestionarea branch-urilor de tip feature, release și hotfix pentru a menține un flux de lucru de version control standardizat.

Instrumentul gestionează ciclul de viață complet al dezvoltării, de la inițializarea unui repository cu structuri de branch-uri și prefixe de denumire predefinite până la pregătirea versiunilor software stabile pentru producție. Include fluxuri de lucru specializate pentru hotfixing-ul urgent în producție și crearea de branch-uri persistente pentru întreținerea pe termen lung a software-ului legacy.

Framework-ul acoperă arii mai largi de capabilități, inclusiv izolarea bugfix-urilor, pregătirea versiunilor de release și execuția hook-urilor de ciclu de viață personalizate pentru a automatiza sarcinile repetitive din repository. Utilizează denumirea bazată pe configurare și maparea îmbinării bazată pe țintă pentru a asigura consistența în fluxul de dezvoltare.

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.

Istoric stele

Graficul istoricului de stele pentru petervanderdoes/gitflow-avhGraficul istoricului de stele pentru petervanderdoes/gitflow-avh

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face petervanderdoes/gitflow-avh?

gitflow-avh este un instrument CLI și un framework de automatizare conceput pentru a implementa modelul de branching Gitflow. Oferă un set de extensii care automatizează crearea, îmbinarea și gestionarea branch-urilor de tip feature, release și hotfix pentru a menține un flux de lucru de version control standardizat.

Care sunt principalele funcționalități ale petervanderdoes/gitflow-avh?

Principalele funcționalități ale petervanderdoes/gitflow-avh sunt: 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.

Care sunt câteva alternative open-source pentru petervanderdoes/gitflow-avh?

Alternativele open-source pentru petervanderdoes/gitflow-avh includ: 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…

Alternative open-source pentru Gitflow Avh

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Gitflow Avh.
  • nvie/gitflowAvatar nvie

    nvie/gitflow

    26,825Vezi pe 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
    Vezi pe GitHub↗26,825
  • qw3rtman/git-fireAvatar qw3rtman

    qw3rtman/git-fire

    4,532Vezi pe 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
    Vezi pe GitHub↗4,532
  • tpope/vim-fugitiveAvatar tpope

    tpope/vim-fugitive

    21,671Vezi pe 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
    Vezi pe GitHub↗21,671
  • tj/git-extrasAvatar tj

    tj/git-extras

    18,076Vezi pe 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
    Vezi pe GitHub↗18,076
Vezi toate cele 30 alternative pentru Gitflow Avh→