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

22 lines
554 B
Plaintext
Raw Normal View History

2015-03-19 19:30:55 +00:00
git-lfs-clean(1) -- Git clean filter that converts large files to pointers.
2014-06-02 23:10:04 +00:00
=============================================================================
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
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
2015-03-19 19:30:55 +00:00
git-lfs-push(1).
2014-06-02 22:56:01 +00:00
Clean is typicall run by Git's clean filter, configured by the repository's
Git attributes.
## SEE ALSO
2015-03-19 19:30:55 +00:00
git-lfs-init(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.