git-lfs/docs/man/git-lfs-clean.1.ronn
Pascal Borreli ce6dcd3931 Fixed typos
2015-04-09 01:58:19 +02:00

22 lines
555 B
Markdown

git-lfs-clean(1) -- Git clean filter that converts large files to pointers.
=============================================================================
## SYNOPSIS
`git lfs clean` <path>
## DESCRIPTION
Clean calculates a SHA-256 signature of the data from STDOUT, and outputs a
Git LFS pointer file. It also queues the file to be pushed by
git-lfs-push(1).
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.