1 مستودع
Querying a remote server to list available branches and tags without downloading objects.
Distinct from Remote Reference Synchronization: Focuses on listing available references rather than synchronizing their state.
Explore 1 awesome GitHub repository matching devops & infrastructure · Remote Reference Listing. Refine with filters or upvote what's useful.
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
Enables querying remote servers for a list of available branches and tags.