1git-annex-untrust(1) General Commands Manual git-annex-untrust(1)
2
3
4
6 git-annex-untrust - do not trust a repository
7
9 git annex untrust [repository ...]
10
12 Records that a repository is not trusted and could lose content at any
13 time.
14
15 Repositories can be specified using their remote name, their descrip‐
16 tion, or their UUID. To untrust the current repository, use "here".
17
19 --json
20
21 Enable JSON output. This is intended to be parsed by programs
22 that use git-annex. Each line of output is a JSON object.
23
24 --json-error-messages
25 Messages that would normally be output to standard error are in‐
26 cluded in the JSON instead.
27
28 Also the git-annex-common-options(1) can be used.
29
31 git-annex(1)
32
33 git-annex-trust(1)
34
35 git-annex-semitrust(1)
36
37 git-annex-dead(1)
38
40 Joey Hess <id@joeyh.name>
41
42 git-annex-untrust(1)