awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesVersion Control Object Retrieval

Retrieval of specific Git objects and references from remote servers using network protocols.

Distinct from Remote Data Retrieval: Specifically targets Git-style object and reference retrieval rather than general tabular data or API responses.

Explore 1 awesome GitHub repository matching data & databases · Version Control Object Retrieval. Refine with filters or upvote what's useful.

Awesome Version Control Object Retrieval GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • src-d/go-gitالصورة الرمزية لـ src-d

    src-d/go-git

    4,880عرض على GitHub↗

    This project is a native implementation of the Git version control system for Go applications. It provides a programmable API and a low-level plumbing toolset that allows developers to manage repositories, manipulate object graphs, and perform version control operations without requiring external system binaries or C bindings. The library is distinguished by its flexible storage and network layers, featuring a virtual file system that enables in-memory repository management to bypass disk I/O. It supports pluggable network transports and interface-based storage backends, allowing for custom p

    Implements the ability to fetch specific commits, trees, and blobs from remote Git servers.

    Go
    عرض على GitHub↗4,880
  1. Home
  2. Data & Databases
  3. Remote Data Retrieval
  4. Version Control Object Retrieval