awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesPointer-Based File Replacement

Mechanism for replacing large files with small text pointers containing unique hashes.

Distinguishing note: None of the candidates cover the specific use of pointers to decouple binary data from version control history.

Explore 1 awesome GitHub repository matching repository format · Pointer-Based File Replacement. Refine with filters or upvote what's useful.

Awesome Pointer-Based File Replacement GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • git-lfs/git-lfsgit-lfs 的头像

    git-lfs/git-lfs

    14,336在 GitHub 上查看↗

    Git Large File Storage is a Git extension that replaces large binary assets with lightweight pointers to keep repository history fast and lean. It functions as a remote binary asset store, hosting large files on a separate server instead of storing them directly in the Git history. The system includes a binary file locking mechanism to prevent concurrent edits on large assets, ensuring only one user can modify a file at a time. It also provides a virtual file system mount to expose large assets as a local filesystem without requiring a full manual checkout, and a history migration tool to con

    Replaces large binary assets with lightweight pointer files to keep the Git repository history lean.

    Gogitgit-lfsgo
    在 GitHub 上查看↗14,336
  1. Home
  2. Repository Format
  3. Pointer-Based File Replacement