github.com/x-oss-byte/git-lfs@v2.5.2+incompatible/docs/man/git-lfs-clean.1.ronn (about) 1 git-lfs-clean(1) -- Git clean filter that converts large files to pointers 2 ========================================================================== 3 4 ## SYNOPSIS 5 6 `git lfs clean` <path> 7 8 ## DESCRIPTION 9 10 Read the contents of a large file from standard input, and write a Git 11 LFS pointer file for that file to standard output. 12 13 Clean is typically run by Git's clean filter, configured by the repository's 14 Git attributes. 15 16 Clean is not part of the user-facing Git plumbing commands. To preview the 17 pointer of a large file as it would be generated, see the git-lfs-pointer(1) 18 command. 19 20 ## SEE ALSO 21 22 git-lfs-install(1), git-lfs-push(1), git-lfs-pointer(1), gitattributes(5). 23 24 Part of the git-lfs(1) suite.