diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-14 14:49:48 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-14 14:49:48 -0400 |
commit | 772f686a33e17ce104d0a9e5cc28a70e28250eb2 (patch) | |
tree | 067ebe52d8b461ca27e56d5944ae1d391972006b /doc/git-annex-initremote.mdwn | |
parent | d8bc62fed9ae2e85235fde7a6cba5f522daf6014 (diff) |
Special remotes configured with autoenable=true will be automatically enabled when git-annex init is run.
Diffstat (limited to 'doc/git-annex-initremote.mdwn')
-rw-r--r-- | doc/git-annex-initremote.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex-initremote.mdwn b/doc/git-annex-initremote.mdwn index 5fe4749a5..4265d89f4 100644 --- a/doc/git-annex-initremote.mdwn +++ b/doc/git-annex-initremote.mdwn @@ -36,6 +36,12 @@ encryption=pubkey, content in the special remote is directly encrypted to the specified GPG keys, and additional ones cannot easily be given access. +If you anticipate using the new special remote in other clones of the +repository, you can pass "autoenable=true". Then when [[git-annex-init]](1) +is run in a new clone, it will attempt to enable the special remote. Of +course, this works best when the special remote does not need anything +special to be done to get it enabled. + # OPTIONS * `--fast` |