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
20 Part of the git-lfs(1) suite.
21
22
23
24 January 2020 GIT-LFS-DEDUP(1)