1git-annex-setpresentkey(1) General Commands Manual git-annex-setpresentkey(1)
2
3
4
6 git-annex-setpresentkey - change records of where key is present
7
9 git annex setpresentkey key uuid [1|0]
10
12 This plumbing-level command changes git-annex's records about whether
13 the specified key's content is present in a remote with the specified
14 uuid.
15
16 Use 1 to indicate the key is present, or 0 to indicate the key is not
17 present.
18
20 --batch
21
22 Enables batch mode, in which lines are read from stdin. The
23 line format is "key uuid [1|0]"
24
25 Also the git-annex-common-options(1) can be used.
26
28 git-annex(1)
29
31 Joey Hess <id@joeyh.name>
32
33 git-annex-setpresentkey(1)