blob: 75e5caf3eb306de6c889667431396bd4f0ef92bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# NAME
git-annex checkpresentkey - check if key is present in remote
# SYNOPSIS
git annex `key remote`
# DESCRIPTION
This plumbing-level command verifies if the specified key's content
is present in the specified remote.
Exits 0 if the content is verified present, or 1 if it is verified to not
be present. If there is a problem checking the remote, the special
exit code 100 is used, and an error message is output to stderr.
# SEE ALSO
[[git-annex]](1)
# AUTHOR
Joey Hess <id@joeyh.name>
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|