blob: ab2a7102dd0f6435eb49369aae2b16776ee985ab (
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
27
28
29
30
31
32
33
34
35
36
37
|
# NAME
git-annex transferkey - transfers a key from or to a remote
# SYNOPSIS
git annex transferkey `key [--from=remote|--to=remote]`
# DESCRIPTION
This plumbing-level command is used to request a single key be
transferred.
# OPTIONS
* `--from=remote`
Download the content of the key from the remote.
* `--to=remote`
Upload the content of the key to the remote.
* `--file=name`
Provides a hint about the name of the file associated with the key.
(This name is only used in progress displays.)
# SEE ALSO
[[git-annex]](1)
# AUTHOR
Joey Hess <id@joeyh.name>
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|