1GIT-LFS-CLEAN(1) GIT-LFS-CLEAN(1)
2
3
4
6 git-lfs-clean - Git clean filter that converts large files to pointers
7
9 git lfs clean <path>
10
12 Read the contents of a large file from standard input, and write a Git
13 LFS pointer file for that file to standard output.
14
15 Clean is typically run by Git’s clean filter, configured by the
16 repository’s Git attributes.
17
18 Clean is not part of the user-facing Git plumbing commands. To preview
19 the pointer of a large file as it would be generated, see the
20 git-lfs-pointer(1) command.
21
23 git-lfs-install(1), git-lfs-push(1), git-lfs-pointer(1),
24 gitattributes(5).
25
26 Part of the git-lfs(1) suite.
27
28
29
30 GIT-LFS-CLEAN(1)