1 रिपॉजिटरी
Operations 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.
Explore 1 awesome GitHub repository matching repository format · Reference Deletion. 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
Provides the capability to remove specific references like tags or branches from the local filesystem.