summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar anarcat <anarcat@web>2017-03-27 16:25:31 +0000
committerGravatar admin <admin@branchable.com>2017-03-27 16:25:31 +0000
commitf572a4a4819e5e0628e592e7f36064243842b99a (patch)
tree83a7831d87903ef923bdfdd9dd716a895fc5b3c7 /doc/tips
parent81349ef335a931fa631fbf1c69bb3cb3db15c8f4 (diff)
link to torrent page
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/semi-synchronized_remotes.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tips/semi-synchronized_remotes.mdwn b/doc/tips/semi-synchronized_remotes.mdwn
index fcd8952ef..c38177bf0 100644
--- a/doc/tips/semi-synchronized_remotes.mdwn
+++ b/doc/tips/semi-synchronized_remotes.mdwn
@@ -104,5 +104,11 @@ Therefore, the best approach may be to have git-annex respect the
`remote.<name>.annex-push` and `remote.<name>.annex-pull` settings
that would match the `sync --[no-]push --[no-]pull` flags.
+Note that this is similar in concept to
+[[todo/Bittorrent-like_features]], although here we assumes you
+already have some transport to share anything you need, yet still have
+to address the question of semi-synchronized git repositories in some
+way.
+
I would obviously welcome additional comments and questions on this
approach. -- [[anarcat]]