From 69c9e8c11ccb3e85daf69710cdf17bb23bf17aec Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 May 2024 13:30:57 -0400 Subject: [PATCH] tweak --- doc/tips/storing_a_git_repository_on_any_special_remote.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tips/storing_a_git_repository_on_any_special_remote.mdwn b/doc/tips/storing_a_git_repository_on_any_special_remote.mdwn index f8605ca6f1..a25eee8c4c 100644 --- a/doc/tips/storing_a_git_repository_on_any_special_remote.mdwn +++ b/doc/tips/storing_a_git_repository_on_any_special_remote.mdwn @@ -76,6 +76,7 @@ But this won't work with special remotes that are configured with If the content of a special remote gets written to some location that is published to http, you can use the [[special_remotes/httpalso]] special remote with [[git-remote-annex]] to `git clone` and `git pull` over http. +(It's readonly, so no pushing.) For example, if your directory special remote named "foo" is published at `https://example.com/foo/`, set up the httpalso remote like this