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

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

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

5 रिपॉजिटरी

Awesome GitHub RepositoriesGit Reference Namespaces

Custom namespaces used within Git to categorize and isolate references like branches and tags.

Distinct from Code Definition Namespaces: None of the candidates cover Git's internal ref storage; they focus on code namespaces or infrastructure naming.

Explore 5 awesome GitHub repositories matching repository format · Git Reference Namespaces. Refine with filters or upvote what's useful.

Awesome Git Reference Namespaces GitHub Repositories

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

    geeeeeeeeek/git-recipes

    14,752GitHub पर देखें↗

    This project is an educational resource providing a detailed command reference, tutorial collections, and structured guides for mastering version control. It serves as a set of Chinese language tutorials based on international community best practices, designed to help users learn both the core concepts and practical applications of Git. The resource focuses on specific workflow guides for managing feature development, release cycles, and collaborative forking strategies. It pairs theoretical version control concepts with practical command-line examples to demonstrate real-world application.

    Explains how to resolve branch names and tags into unique commit hashes for automation.

    GitHub पर देखें↗14,752
  • git-bug/git-buggit-bug का अवतार

    git-bug/git-bug

    9,909GitHub पर देखें↗

    git-bug is a distributed bug tracker and local-first issue manager that stores bug reports and comments as versioned objects directly within a Git repository. It integrates project management by coupling issue history with source code, using Git as the transport layer to synchronize task data across multiple local clones. The system enables distributed bug tracking without relying on a central server or external hosting provider. It utilizes a local indexing cache to provide near-instant searching and filtering of issue metadata without network latency. The project further supports synchroni

    Uses a dedicated Git reference namespace to track issue-related branches without conflicting with source code branches.

    Gobugtrackerdecentralized-applicationdistributed-systems
    GitHub पर देखें↗9,909
  • isomorphic-git/isomorphic-gitisomorphic-git का अवतार

    isomorphic-git/isomorphic-git

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

    Isomorphic-git is a full implementation of the Git version control system written in JavaScript. It serves as a programmatic client library that allows developers to perform core version control operations without requiring a system-level Git binary installation. The library is designed as an isomorphic codebase, meaning it runs identically across both client-side web browser environments and server-side Node.js runtimes. It achieves this by using a filesystem-agnostic storage model and a pure JavaScript implementation of the Git core logic and the Smart HTTP protocol. The project covers a c

    Provides the capability to remove specific references like tags or branches from the local filesystem.

    JavaScript
    GitHub पर देखें↗8,259
  • go-git/go-gitgo-git का अवतार

    go-git/go-git

    7,211GitHub पर देखें↗

    This project is a pure Go implementation of the Git version control system, providing a library for integrating versioning and history analysis into applications. It functions as a complete repository manager and object store that does not require external binary dependencies. The implementation utilizes interface-based storage, allowing repositories to be managed on disk or entirely in memory. It supports a transactional storage model to ensure atomic operations and implements a content-addressable storage system using delta-compression packfiles. The library covers a broad range of version

    Resolves symbolic references and human-readable names to identify the final underlying commit hashes.

    Gogitgit-clientgit-library
    GitHub पर देखें↗7,211
  • mobxjs/mobx-state-treemobxjs का अवतार

    mobxjs/mobx-state-tree

    7,050GitHub पर देखें↗

    MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed model definitions with reactive snapshots and patch-based change tracking. It provides a reactive state container with runtime and compile-time type safety, where application state is defined as a tree of typed models with collocated actions, computed views, and lifecycle hooks for predictable state mutations. The library is built around an action-centric mutation model that encapsulates all state changes within named functions that directly modify the tree, supported by genera

    Allows overriding default reference resolution with custom logic, such as triggering data fetches.

    TypeScripthacktoberfestmobxmobx-state-tree
    GitHub पर देखें↗7,050
  1. Home
  2. Repository Format
  3. Git Reference Namespaces

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

  • Reference DeletionOperations for removing specific Git references such as branches or tags from the filesystem. **Distinct from Git Reference Namespaces:** Focuses on the removal of references rather than the organization of reference namespaces.
  • Reference Name Resolution1 सब-टैगLogic for resolving abbreviated Git references into their fully qualified paths. **Distinct from Git Reference Namespaces:** Focuses on the resolution process of a name to a path, rather than the namespace structure itself.