summaryrefslogtreecommitdiff
path: root/doc/git-annex-init.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex-init.mdwn')
-rw-r--r--doc/git-annex-init.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/git-annex-init.mdwn b/doc/git-annex-init.mdwn
index 2662ddc94..145705105 100644
--- a/doc/git-annex-init.mdwn
+++ b/doc/git-annex-init.mdwn
@@ -16,6 +16,14 @@ It's useful, but not mandatory, to initialize each new clone
of a repository with its own description. If you don't provide one,
one will be generated using the username, hostname and the path.
+If any special remotes were configured with autoenable=true,
+this will also attempt to enable them. See [[git-annex-initremote]](1).
+To disable this, re-enable a remote with "autoenable=false", or
+mark it as dead (see [[git-annex-dead]](1)).
+
+This command is entirely safe, although usually pointless, to run inside an
+already initialized git-annex repository.
+
# SEE ALSO
[[git-annex]](1)