1git-annex-dropunused(1)     General Commands Manual    git-annex-dropunused(1)
2
3
4

NAME

6       git-annex-dropunused - drop unused file content
7

SYNOPSIS

9       git annex dropunused [number|range ...]
10

DESCRIPTION

12       Drops  the data corresponding to the numbers, as listed by the last git
13       annex unused
14
15       You can also specify ranges of numbers, such as "1-1000".  Or,  specify
16       "all" to drop all unused data.
17

OPTIONS

19       --from=remote
20
21              Rather than dropping the unused files from the local repository,
22              drop them from the remote repository.
23
24       --force
25              Use this option with care! It bypasses safety checks, and forces
26              git-annex  to  delete  the  content of the specified files, even
27              from the last repository that is  storing  their  content.  Data
28              loss can result from using this option.
29

SEE ALSO

31       git-annex(1)
32
33       git-annex-unused(1)
34

AUTHOR

36       Joey Hess <id@joeyh.name>
37
38                                                       git-annex-dropunused(1)
Impressum