1git-annex-describe(1) General Commands Manual git-annex-describe(1)
2
3
4
6 git-annex-describe - change description of a repository
7
9 git annex describe repository description
10
12 Changes the description of a repository.
13
14 The repository to describe can be specified by git remote name or by
15 uuid. To change the description of the current repository, use "here".
16
17 Repository descriptions are displayed by git-annex in various places.
18 They are most useful when git-annex knows about a repository, but there
19 is no git remote corresponding to it.
20
22 --json
23
24 Enable JSON output. This is intended to be parsed by programs
25 that use git-annex. Each line of output is a JSON object.
26
27 --json-error-messages
28 Messages that would normally be output to standard error are in‐
29 cluded in the JSON instead.
30
31 Also the git-annex-common-options(1) can be used.
32
34 git-annex(1)
35
36 git-annex-init(1)
37
39 Joey Hess <id@joeyh.name>
40
41 git-annex-describe(1)