This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

git-lfs

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

Git Large File Storage (LFS) is an open source plugin created by GitHub that enables the git version control system to better track binary blobs. It does so by creating a text-based reference to the blob, then tracking and storing the blob in a location external to the git repository itself; typically on a content server.

Installation

Emerge

root #emerge --ask dev-vcs/git-lfs

Usage

Binary files must be tracked by file extension. This enables git LFS to make proper distinctions between binary and non-binary files.

GitHub has released a video on YouTube explaining how to utilize git LFS: https://www.youtube.com/watch?v=uLR1RNqJ1Mw

Removal

Unmerge

root #emerge --ask --unmerge dev-vcs/git-lfs

See also

  • git — distributed revision control and source code management software.