1 مستودع
Capabilities for managing version control repositories and performing commits or pushes directly within a web browser.
Distinct from Repository Browsers: Focuses on the runtime environment of version control operations rather than visual exploration or automation drivers.
Explore 1 awesome GitHub repository matching development tools & productivity · Browser-Based Version Control. Refine with filters or upvote what's useful.
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
Enables performing full Git workflows, including commits and pushes, directly within a web browser.