git-lfs/docs/man/git-lfs-clean.1.ronn
2015-04-20 11:12:00 -06:00

21 lines
517 B
Markdown

git-lfs-clean(1) -- Git clean filter that converts large files to pointers
==========================================================================
## SYNOPSIS
`git lfs clean` <path>
## DESCRIPTION
Read the contents of a large file from standard input, and write a Git
LFS pointer file for that file to standard output.
Clean is typically run by Git's clean filter, configured by the repository's
Git attributes.
## SEE ALSO
git-lfs-init(1), git-lfs-push(1), gitattributes(5).
Part of the git-lfs(1) suite.