github.com/q2/git-lfs@v0.5.1-0.20150410234700-03a0d4cec40e/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 Clean calculates a SHA-256 signature of the data from STDOUT, and outputs a 11 Git LFS pointer file. It also queues the file to be pushed by 12 git-lfs-push(1). 13 14 Clean is typically run by Git's clean filter, configured by the repository's 15 Git attributes. 16 17 ## SEE ALSO 18 19 git-lfs-init(1), git-lfs-push(1), gitattributes(5). 20 21 Part of the git-lfs(1) suite.