This commit is contained in:
Joey Hess 2019-10-04 11:28:01 -04:00
parent 0a27f77fee
commit 161b2ef690
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -3,9 +3,9 @@ remote of the normal kind. Two exceptions to that are [[git-lfs]] and
[[gcrypt]] special remotes. [[gcrypt]] special remotes.
But it is possible to register a git repository as a special remote. 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 git-annex and git will use the remote the same as any normal git remote,
url will be recorded. One benefit of doing this is it allows [[git-annex init|git-annex-init]] but its url will be recorded in the repisitory. One benefit of doing this
to autoenable the remote. 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 First you need a regular git remote with the url that you want to use for
the special remote. the special remote.