1 Repo
Mechanisms to prevent merge conflicts in binary files via exclusive locks.
Distinct from Collaborative Editing Conflict Resolution: Distinct from Collaborative Editing Conflict Resolution: focuses on prevention via locking rather than resolution of simultaneous edits.
Explore 1 awesome GitHub repository matching web development · Binary Conflict Prevention. Refine with filters or upvote what's useful.
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
Prevents binary merge conflicts by ensuring only one user can modify a locked asset at a time.