awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nvie avatar

nvie/gitflowArchived

0
View on GitHub↗
26,825 स्टार्स·2,628 फोर्क्स·Shell·6 व्यूज़nvie.com/posts/a-successful-git-branching-model↗

Gitflow

Gitflow एक Git ब्रांचिंग मॉडल एक्सटेंशन और वर्कफ़्लो ऑटोमेशन टूल है। यह मानक Git ऑपरेशंस का उपयोग करके फीचर विकास, रिलीज़ चक्र और हॉटफिक्स को प्रबंधित करने के लिए कमांड लाइन टूल और स्वचालित स्क्रिप्ट का एक सेट प्रदान करता है।

प्रोजेक्ट समर्पित रिलीज़ और सपोर्ट ब्रांच के प्रबंधन के माध्यम से सॉफ्टवेयर रिलीज़ और वर्ज़निंग का समन्वय करता है। यह एक संरचित विकास चक्र बनाए रखने और विकास से उत्पादन तक कोड के संक्रमण को प्रबंधित करने के लिए ब्रांच के निर्माण और विलय को स्वचालित करता है।

टूल कई ब्रांच प्रकारों के पूर्ण जीवनचक्र को कवर करता है, जिसमें फीचर ब्रांच के माध्यम से नए विकास का अलगाव और हॉटफिक्स ब्रांच के माध्यम से तत्काल उत्पादन सुधारों का कार्यान्वयन शामिल है। इसमें रिलीज़ ब्रांच के माध्यम से सॉफ्टवेयर संस्करण तैयार करने और सपोर्ट ब्रांच के माध्यम से पुराने सॉफ्टवेयर संस्करणों को बनाए रखने के लिए यूटिलिटीज भी शामिल हैं।

Features

  • Branching Model Automations - Automates the creation and merging of feature, release, and hotfix branches to maintain a structured development cycle.
  • Git Command Line Extensions - Provides custom command-line extensions to the Git binary to abstract multi-step repository operations.
  • Git Tooling - Provides specialized tooling for implementing urgent production hotfixes through managed branching and merging.
  • Release Management - Coordinates the transition of code from development to production through dedicated release branches and versioning.
  • Git Workflow Automation - Provides automated scripts for managing feature development, release cycles, and hotfixes using standard Git operations.
  • Git Release Automators - Automates the staging, committing, and tagging of release and support changes in Git.
  • Hotfix Branch Lifecycles - Integrates urgent production fixes by branching from the master line and merging back to both production and development.
  • Branching Model Managers - Automates and enforces structured branching strategies like Git Flow through a set of command line tools.
  • Feature Branch Lifecycles - Automates the creation, tracking, publishing, and merging of dedicated feature branches to isolate new development.
  • Release Branching Strategies - Automates the creation, tracking, and finishing of release branches to coordinate software versioning and deployment.
  • Version Support Branching - Creates and manages specialized support branches to provide updates for older software versions.
  • Branch Naming Conventions - Enforces strict prefixing for branches to distinguish between features, releases, hotfixes, and support lines.
  • VCS Repository Initializers - Sets up repositories with specific branch configurations and naming conventions required for structured branching.
  • Workflow Orchestrators - Orchestrates the transition of code between development, release, and production branches through predefined steps.
  • Support Branch Lifecycles - Provides specialized branches to maintain older versions of a project while continuing development on the main line.
  • Branching Model Orchestration - Implements high-level repository operations to manage structured branching models for development, releases, and hotfixes.
  • Command Line Utilities - CLI tool for implementing the Gitflow branching model.
  • प्रोजेक्ट मैनेजमेंट - Standardizes branching workflows for parallel development.

स्टार हिस्ट्री

nvie/gitflow के लिए स्टार हिस्ट्री चार्टnvie/gitflow के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Gitflow के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Gitflow के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • petervanderdoes/gitflow-avhpetervanderdoes का अवतार

    petervanderdoes/gitflow-avh

    5,462GitHub पर देखें↗

    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-

    Shellgitgit-flowshell
    GitHub पर देखें↗5,462
  • tj/git-extrastj का अवतार

    tj/git-extras

    18,076GitHub पर देखें↗

    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
    GitHub पर देखें↗18,076
  • semantic-release/semantic-releasesemantic-release का अवतार

    semantic-release/semantic-release

    23,332GitHub पर देखें↗

    Semantic-release is an automated release management tool that determines version increments, generates changelogs, and publishes software packages by analyzing commit history against standardized conventions. It functions as a plugin-based orchestrator that integrates directly into continuous integration pipelines to manage the entire release lifecycle, from verifying environment conditions to distributing artifacts. The project distinguishes itself through its commit-message-driven approach, which enforces consistent versioning standards and automates the creation of release notes based on t

    JavaScriptautomationchangelogpackage
    GitHub पर देखें↗23,332
  • release-it/release-itrelease-it का अवतार

    release-it/release-it

    8,975GitHub पर देखें↗

    release-it is a Git release automation tool designed to coordinate software versioning, changelog generation, and package publishing. It functions as a semantic versioning manager that increments project versions and updates configuration files based on semantic standards or custom schemes. The project distinguishes itself through a plugin-based extension system that allows for custom versioning and publishing logic. It supports complex project structures via monorepo versioning automation to synchronize internal dependencies across multiple workspaces. The tool covers a broad range of capab

    JavaScriptautomationbumpchangelog
    GitHub पर देखें↗8,975
Gitflow के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

nvie/gitflow क्या करता है?

Gitflow एक Git ब्रांचिंग मॉडल एक्सटेंशन और वर्कफ़्लो ऑटोमेशन टूल है। यह मानक Git ऑपरेशंस का उपयोग करके फीचर विकास, रिलीज़ चक्र और हॉटफिक्स को प्रबंधित करने के लिए कमांड लाइन टूल और स्वचालित स्क्रिप्ट का एक सेट प्रदान करता है।

nvie/gitflow की मुख्य विशेषताएं क्या हैं?

nvie/gitflow की मुख्य विशेषताएं हैं: Branching Model Automations, Git Command Line Extensions, Git Tooling, Release Management, Git Workflow Automation, Git Release Automators, Hotfix Branch Lifecycles, Branching Model Managers।

nvie/gitflow के कुछ ओपन-सोर्स विकल्प क्या हैं?

nvie/gitflow के ओपन-सोर्स विकल्पों में शामिल हैं: petervanderdoes/gitflow-avh — gitflow-avh is a command line tool and automation framework designed to implement the Gitflow branching model. It… tj/git-extras — git-extras is a collection of command line utilities that extend the functionality of the Git version control system.… semantic-release/semantic-release — Semantic-release is an automated release management tool that determines version increments, generates changelogs, and… release-it/release-it — release-it is a Git release automation tool designed to coordinate software versioning, changelog generation, and… chriswalz/bit — Bit is a command line interface and workflow wrapper for Git that simplifies repository management through high-level… xirong/my-git — my-git is a comprehensive framework and reference guide for Git version control administration, repository governance,…