File: git-lfs-clean.adoc

package info (click to toggle)
git-lfs 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,808 kB
  • sloc: sh: 21,256; makefile: 507; ruby: 417
file content (28 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= git-lfs-clean(1)

== NAME

git-lfs-clean - Git clean filter that converts large files to pointers

== SYNOPSIS

`git lfs clean` <path>

== DESCRIPTION

Read the contents of a large file from standard input, and write a Git
LFS pointer file for that file to standard output.

Clean is typically run by Git's clean filter, configured by the
repository's Git attributes.

Clean is not part of the user-facing Git plumbing commands. To preview
the pointer of a large file as it would be generated, see the
git-lfs-pointer(1) command.

== SEE ALSO

git-lfs-install(1), git-lfs-push(1), git-lfs-pointer(1),
gitattributes(5).

Part of the git-lfs(1) suite.