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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • git-lfs/git-lfsAvatar de git-lfs

    git-lfs/git-lfs

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