From 161b2ef690fe461241b2735a9becd76f1752a8d5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Oct 2019 11:28:01 -0400 Subject: [PATCH] clarify --- doc/special_remotes/git.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/special_remotes/git.mdwn b/doc/special_remotes/git.mdwn index 6d83581e8b..080fecdbf8 100644 --- a/doc/special_remotes/git.mdwn +++ b/doc/special_remotes/git.mdwn @@ -3,9 +3,9 @@ remote of the normal kind. Two exceptions to that are [[git-lfs]] and [[gcrypt]] special remotes. But it is possible to register a git repository as a special remote. -git-annex will use it remote the same as any normal git remote, but its -url will be recorded. One benefit of doing this is it allows [[git-annex init|git-annex-init]] -to autoenable the remote. +git-annex and git will use the remote the same as any normal git remote, +but its url will be recorded in the repisitory. One benefit of doing this +is it allows [[git-annex init|git-annex-init]] to autoenable the remote. First you need a regular git remote with the url that you want to use for the special remote.