1GIT-LFS-DEDUP(1) GIT-LFS-DEDUP(1)
2
3
4
6 git-lfs-dedup - Deduplicate Git LFS files
7
9 git lfs dedup
10
12 Deduplicates storage by re-creating working tree files as clones of the
13 files in the Git LFS storage directory using the operating system’s
14 copy-on-write file creation functionality.
15
16 If the operating system or file system don’t support copy-on-write file
17 creation, this command exits unsuccessfully.
18
19 This command will also exit without success if any Git LFS extensions
20 are configured, as these will typically be used to alter the file
21 contents before they are written to the Git LFS storage directory, and
22 therefore the working tree files should not be copy-on-write clones of
23 the LFS object files.
24
26 Part of the git-lfs(1) suite.
27
28
29
30 GIT-LFS-DEDUP(1)