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-configremote - changes special remote configuration

Author

       Joey Hess <id@joeyh.name>

                                                                                       git-annex-configremote(1)

Description

       Changes  the  configuration  of  a  special  remote  that was set up earlier by git-annexinitremote. The
       special remote does not need to be enabled for use in the current repository, and this command  will  not
       enable it.

       This  command  can  currently  only  be  used  to  change  the  value  of  the  autoenable  parameter, eg
       "autoenable=false".

       To change other parameters, use git-annexenableremote

Name

       git-annex-configremote - changes special remote configuration

Options

       Most options are not prefixed by a dash, and set parameters of the remote, as shown above.

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

See Also

git-annex(1)

       git-annex-initremote(1)

       git-annex-configremote(1)

       git-annex-renameremote(1)

Synopsis

       git annex configemote name|uuid|desc[param=value...]

See Also