1git-annex-list(1) General Commands Manual git-annex-list(1)
2
3
4
6 git-annex-list - show which remotes contain files
7
9 git annex list [path ...]
10
12 Displays a table of remotes that contain the contents of the specified
13 files. This is similar to git annex whereis but a more compact display.
14
16 --allrepos
17
18 Only configured remotes are shown by default; this option adds
19 all known repositories to the list.
20
21 file matching options
22 The git-annex-matching-options(1) can be used to specify files
23 to list.
24
26 git-annex(1)
27
28 git-annex-find(1)
29
30 git-annex-whereis(1)
31
33 Joey Hess <id@joeyh.name>
34
35 git-annex-list(1)