# Functions

Populate working copy with real content from Git LFS files.
Git clean filter that converts large files to pointers.
De-duplicate Git LFS files.
Display the Git LFS environment.
Display Git LFS extension details.
Download Git LFS files from a remote.
Check Git LFS files for consistency.
Install Git LFS configuration.
Set a file as "locked" on the Git LFS server.
List currently "locked" files from the Git LFS server.
Show errors from the Git LFS command.
Show information about Git LFS files in the index and working tree.
Migrate history to or from Git LFS usage: git lfs migrate.
Build and compare pointers.
Git post-checkout hook implementation.
Git post-commit hook implementation.
Git post-merge hook implementation.
Git pre-merge hook implementation.
Git pre-push hook implementation.
Git process filter that converts between large files and pointers.
Delete old Git LFS files from local storage usage: git lfs prune.
Fetch Git LFS changes from the remote & checkout any required working tree files.
Push queued large files to the Git LFS endpoint.
Git smudge filter that converts pointer in blobs to the actual content.
Git LFS standalone transfer adapter for file URLs (local paths).
Show the status of Git LFS files in the working tree.
View or add Git LFS paths to Git attributes.
Uninstall Git LFS by removing hooks and smudge/clean filter configuration.
Remove "locked" setting for a file on the Git LFS server.
Remove Git LFS paths from Git Attributes.
Update Git hooks for the current Git repository.
Report the version number.