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 是一个 Git 项目脚手架和仓库下载器,用于从远程 Git 模板初始化新项目。它将仓库的最新提交作为干净的快照获取,剥离所有版本控制历史和元数据,以提供一个全新的起点。 该工具支持获取特定分支、标签或提交哈希,以确保项目使用精确的源版本。它还可以执行子目录提取,允许从远程源下载特定文件夹,而不是整个项目树。 该实用程序包含本地快照缓存以加速未来的检索,并支持通过 HTTPS 或 SSH 进行安全身份验证以访问私有仓库。它还提供了在项目解压后运行清理脚本的提取后钩子执行机制。
Queries remote providers to resolve the latest commit hash before fetching the source archive.