awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • git-lfs/git-lfsAvatar de git-lfs

    git-lfs/git-lfs

    14,336Ver en 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
    Ver en GitHub↗14,336
  1. Home
  2. Repository Format
  3. Pointer-Based File Replacement