awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
petervanderdoes avatar

petervanderdoes/gitflow-avhArchived

0
View on GitHub↗
5,462 stars·535 forks·Shell·2 viewsnvie.com/posts/a-successful-git-branching-model↗

Gitflow Avh

gitflow-avh is a command line tool and automation framework designed to implement the Gitflow branching model. It provides a set of extensions that automate the creation, merging, and management of feature, release, and hotfix branches to maintain a standardized version control workflow.

The tool manages the complete lifecycle of development, from initializing a repository with predefined branch structures and naming prefixes to preparing stable software versions for production. It includes specialized workflows for urgent production hotfixing and the creation of persistent branches for long-term legacy software maintenance.

The framework covers broader capability areas including bugfix isolation, release version preparation, and the execution of custom lifecycle hooks to automate repetitive repository tasks. It utilizes configuration-based naming and target-based merge mapping to ensure consistency across the development stream.

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.

Star history

Star history chart for petervanderdoes/gitflow-avhStar history chart for petervanderdoes/gitflow-avh

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Gitflow Avh

Similar open-source projects, ranked by how many features they share with Gitflow Avh.
  • nvie/gitflownvie avatar

    nvie/gitflow

    26,825View on 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
    View on GitHub↗26,825
  • qw3rtman/git-fireqw3rtman avatar

    qw3rtman/git-fire

    4,532View on 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
    View on GitHub↗4,532
  • tpope/vim-fugitivetpope avatar

    tpope/vim-fugitive

    21,671View on 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
    View on GitHub↗21,671
  • tj/git-extrastj avatar

    tj/git-extras

    18,076View on 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
    View on GitHub↗18,076
See all 30 alternatives to Gitflow Avh→

Frequently asked questions

What does petervanderdoes/gitflow-avh do?

gitflow-avh is a command line tool and automation framework designed to implement the Gitflow branching model. It provides a set of extensions that automate the creation, merging, and management of feature, release, and hotfix branches to maintain a standardized version control workflow.

What are the main features of petervanderdoes/gitflow-avh?

The main features of petervanderdoes/gitflow-avh are: 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.

What are some open-source alternatives to petervanderdoes/gitflow-avh?

Open-source alternatives to petervanderdoes/gitflow-avh include: 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…