blob: fe521cb42783cbdfca123c430efa4151a8e23370 (
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 checkpresentkey `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.
|