git-lfs/docs/man/git-lfs-clean.1.ronn

21 lines
520 B
Plaintext
Raw Normal View History

git-lfs-clean(1) -- Git clean filter that converts large files to pointers
==========================================================================
2014-06-02 22:56:01 +00:00
## SYNOPSIS
2015-03-19 19:30:55 +00:00
`git lfs clean` <path>
2014-06-02 22:56:01 +00:00
## DESCRIPTION
Read the contents of a large file from standard input, and write a Git
LFS pointer file for that file to standard output.
2014-06-02 22:56:01 +00:00
2015-04-08 23:37:07 +00:00
Clean is typically run by Git's clean filter, configured by the repository's
2014-06-02 22:56:01 +00:00
Git attributes.
## SEE ALSO
2015-11-16 20:31:26 +00:00
git-lfs-install(1), git-lfs-push(1), gitattributes(5).
2014-06-02 22:56:01 +00:00
2015-03-19 19:30:55 +00:00
Part of the git-lfs(1) suite.