1 مستودع
Native libraries that provide Git version control functionality to other applications.
Distinct from Git and Version Control: Existing candidates are either awesome lists or high-level GUI clients, not library-level implementations for integration into Go apps.
Explore 1 awesome GitHub repository matching development tools & productivity · Git Implementation Libraries. 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
Implements a full Git version control system as a native Go library for direct application integration.