1 रिपॉजिटरी
Mechanisms for identifying the most recent commit identifier from a remote provider.
Distinct from Commit Identifiers: Focuses on the active resolution of the current HEAD instead of persistent identifier systems.
Explore 1 awesome GitHub repository matching development tools & productivity · Latest Commit Resolution. Refine with filters or upvote what's useful.
degit is a Git project scaffolder and repository downloader that initializes new projects from remote Git templates. It fetches the latest commit of a repository as a clean snapshot, stripping all version control history and metadata to provide a fresh starting point. The tool supports fetching specific branches, tags, or commit hashes to ensure the project uses a precise source version. It can also perform subdirectory extraction, allowing the download of a specific folder from a remote source rather than the entire project tree. The utility includes a local snapshot cache to accelerate fut
Queries remote providers to resolve the latest commit hash before fetching the source archive.