From 97439f42330ae0a2c588ba9092c1d17d46c5e134 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Sep 2021 13:23:57 -0400 Subject: [PATCH] comment and reword possibly slightly confusing part of walkthrough --- .../comment_2_882d9e6b7b2297dfd29266bbd429b046._comment | 9 +++++++++ doc/walkthrough/adding_a_remote.mdwn | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 doc/forum/Must_all_nodes_be_accessible_to_one_another__63__/comment_2_882d9e6b7b2297dfd29266bbd429b046._comment diff --git a/doc/forum/Must_all_nodes_be_accessible_to_one_another__63__/comment_2_882d9e6b7b2297dfd29266bbd429b046._comment b/doc/forum/Must_all_nodes_be_accessible_to_one_another__63__/comment_2_882d9e6b7b2297dfd29266bbd429b046._comment new file mode 100644 index 0000000000..5fa717a92c --- /dev/null +++ b/doc/forum/Must_all_nodes_be_accessible_to_one_another__63__/comment_2_882d9e6b7b2297dfd29266bbd429b046._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2021-09-21T17:22:22Z" + content=""" +It is perfectly safe. It can take some additional configuration +to get the clients sending the objects that the other clients want +to the server. +"""]] diff --git a/doc/walkthrough/adding_a_remote.mdwn b/doc/walkthrough/adding_a_remote.mdwn index 0234e3ea12..8a1141db0a 100644 --- a/doc/walkthrough/adding_a_remote.mdwn +++ b/doc/walkthrough/adding_a_remote.mdwn @@ -18,5 +18,5 @@ giving the repository a description helps when git-annex talks about it later. Notice that both repos are set up as remotes of one another. This lets -either get annexed files from the other. You'll want to do that even -if you are using git in a more centralized fashion. +either get annexed files from the other. You'll often want to do that +even when you are using git in a more centralized fashion.