1git-annex-dropunused(1) General Commands Manual git-annex-dropunused(1)
2
3
4
6 git-annex-dropunused - drop unused file content
7
9 git annex dropunused [number|range ...]
10
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
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
30 Also the git-annex-common-options(1) can be used.
31
33 git-annex(1)
34
35 git-annex-unused(1)
36
38 Joey Hess <id@joeyh.name>
39
40 git-annex-dropunused(1)