1git-annex-trust(1) General Commands Manual git-annex-trust(1)
2
3
4
6 git-annex-trust - trust a repository
7
9 git annex trust [repository ...]
10
12 Records that a repository is trusted to not unexpectedly lose content.
13 Use with care.
14
15 Repositories can be specified using their remote name, their descripâ
16 tion, or their UUID. To trust the current repository, use "here".
17
18 Before trusting a repository, consider this scenario. Repository A is
19 trusted and B is not; both contain the same content. git-annex drop is
20 run on repository A, which checks that B still contains the content,
21 and so the drop proceeds. Then git-annex drop is run on repository B,
22 which trusts A to still contain the content, so the drop succeeds. Now
23 the content has been lost.
24
26 The git-annex-common-options(1) can be used.
27
29 git-annex(1)
30
31 git-annex-semitrust(1)
32
33 git-annex-untrust(1)
34
35 git-annex-dead(1)
36
38 Joey Hess <id@joeyh.name>
39
40 git-annex-trust(1)