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

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

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

6 रिपॉजिटरी

Awesome GitHub RepositoriesActive Branch Tracking

Mechanisms for tracking the currently active feature or release branch to manage task lifecycles.

Distinct from Branch-Based Isolation: Focuses on stateful tracking of the active branch rather than the general practice of isolating changes

Explore 6 awesome GitHub repositories matching devops & infrastructure · Active Branch Tracking. Refine with filters or upvote what's useful.

Awesome Active Branch Tracking GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nvie/gitflownvie का अवतार

    nvie/gitflow

    26,825GitHub पर देखें↗

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

    Tracks the current active feature or release branch to manage the lifecycle of a specific development task.

    Shell
    GitHub पर देखें↗26,825
  • direnv/direnvdirenv का अवतार

    direnv/direnv

    15,189GitHub पर देखें↗

    direnv is a shell environment manager and directory-based environment loader that automatically loads and unloads environment variables when switching between directories. It functions as a shell hook automation tool, injecting logic into the shell configuration to trigger environment updates based on the current project context. The project acts as a development environment isolator by localizing shell configurations, which prevents dependency conflicts and removes project-specific exports from global profile files. It includes specialized integration for Nix, allowing the loading of environ

    Tracks the active Git branch to trigger automatic environment reloads on branch changes.

    Go
    GitHub पर देखें↗15,189
  • magicmonty/bash-git-promptmagicmonty का अवतार

    magicmonty/bash-git-prompt

    6,924GitHub पर देखें↗

    bash-git-prompt is a Bash shell extension and prompt customizer that integrates real-time Git status indicators directly into the terminal. It functions as a shell theme that displays branch names, commit divergence, and file status markers within the command line interface. The project distinguishes itself through a hierarchical configuration system that allows for directory-specific overrides of global settings. It includes performance tuning options to maintain shell responsiveness in large repositories by selectively disabling expensive operations such as remote fetching or untracked file

    Indicates if the current branch is ahead of, behind, or diverged from its upstream remote tracking branch.

    Shell
    GitHub पर देखें↗6,924
  • colszowka/simplecovcolszowka का अवतार

    colszowka/simplecov

    4,902GitHub पर देखें↗

    SimpleCov एक Ruby कोड कवरेज टूल और एनालिसिस इंजन है जिसका उपयोग यह ट्रैक करने के लिए किया जाता है कि परीक्षणों के दौरान कोड की कौन सी लाइनें, शाखाएं और मेथड्स निष्पादित होती हैं। यह एक कवरेज थ्रेशोल्ड एनफोर्सर और टेस्ट सूट एग्रीगेटर के रूप में कार्य करता है। यह टूल समानांतर वर्कर प्रक्रियाओं से कवरेज परिणामों को एक एकल एकीकृत रिपोर्ट में मर्ज करने की क्षमता के माध्यम से खुद को अलग करता है। यह कवरेज रिग्रेशन का पता लगाने के लिए बेसलाइन तुलना का समर्थन करता है। इसकी व्यापक क्षमताओं में मल्टी-फॉर्मेट रिपोर्ट जनरेशन, सोर्स फाइल ग्रुपिंग और रेगुलर एक्सप्रेशंस का उपयोग करके फाइल फिल्टरिंग शामिल है। सिस्टम सांख्यिकी प्रदर्शित करने और अनकवर्ड फाइलों को सूचीबद्ध करने के लिए एक कमांड-लाइन इंटरफेस भी प्रदान करता है।

    Records whether each branch of a conditional was exercised rather than just tracking if the line was hit.

    Ruby
    GitHub पर देखें↗4,902
  • nojhan/liquidpromptnojhan का अवतार

    nojhan/liquidprompt

    4,660GitHub पर देखें↗

    Liquidprompt is an adaptive command-line interface theme and context-aware status bar for Bash and Zsh. It functions as a shell environment indicator and tracker, displaying real-time system information, user identity, host connections, and working directory data directly within the prompt. The project features a theme engine that allows for the modification of layout, colors, and glyphs. It integrates version control status indicators to show active branches, tags, and commit statistics, alongside indicators for active container tools, orchestrators, and language-specific virtual environment

    Identifies the active source code management system to track and display current branches and tags.

    Shell
    GitHub पर देखें↗4,660
  • afragen/git-updaterafragen का अवतार

    afragen/git-updater

    3,318GitHub पर देखें↗

    WordPress Git Updater is a software update manager that automates the installation and updating of plugins and themes hosted on Git repositories. It functions as an automated release system and a secure client for private Git repository management, linking software components to providers like GitHub, GitLab, or enterprise Git instances for version tracking. The tool distinguishes itself through detailed branch management, allowing users to target specific branches or tagged releases for deployment. It supports secure access to private codebases via personal access tokens and provides a modul

    Maps local installations to specific Git branches or tags to control the deployed upstream version.

    PHPgitlanguage-packupdater
    GitHub पर देखें↗3,318
  1. Home
  2. DevOps & Infrastructure
  3. Version Control and Management
  4. Version Control Workflows
  5. Branch-Based Isolation
  6. Active Branch Tracking

सब-टैग एक्सप्लोर करें

  • Branch Execution MetricsRecording of conditional branch execution to determine test completeness. **Distinct from Active Branch Tracking:** Distinct from active branch tracking: refers to code-level conditional branches, not Git/VCS branches.
  • Divergence IndicatorsVisual markers indicating if a local branch is ahead, behind, or diverged from its remote upstream. **Distinct from Active Branch Tracking:** Focuses on the visual indication of divergence rather than the management of the branch lifecycle.