1GIT-LFS-DEDUP(1)            General Commands Manual           GIT-LFS-DEDUP(1)
2
3
4

NAME

6       git-lfs-dedup - Deduplicate Git LFS files
7

SYNOPSIS

9       git lfs dedup
10

DESCRIPTION

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 con‐
21       tents 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

SEE ALSO

26       Part of the git-lfs(1) suite.
27
28
29
30                                   May 2022                   GIT-LFS-DEDUP(1)
Impressum