logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-annex-transferkey - transfers a key from or to a remote

Author

       Joey Hess <id@joeyh.name>

                                                                                        git-annex-transferkey(1)

Description

       This plumbing-level command is used to request a single key be transferred.

Name

       git-annex-transferkey - transfers a key from or to a remote

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.)

       Also the git-annex-common-options(1) can be used.

See Also

git-annex(1)

Synopsis

       git annex transferkey key[--from=remote|--to=remote]

See Also