From 2ba39786fdfa9adb7633677254d1c44fc2dcd124 Mon Sep 17 00:00:00 2001 From: ericm Date: Fri, 5 Oct 2018 06:27:28 +0000 Subject: [PATCH] --- ...ntent_to_a_repo_that_only_wants_content_already_present.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/Copy_modified_content_to_a_repo_that_only_wants_content_already_present.mdwn b/doc/forum/Copy_modified_content_to_a_repo_that_only_wants_content_already_present.mdwn index f827a59391..dbc7347bfd 100644 --- a/doc/forum/Copy_modified_content_to_a_repo_that_only_wants_content_already_present.mdwn +++ b/doc/forum/Copy_modified_content_to_a_repo_that_only_wants_content_already_present.mdwn @@ -5,7 +5,7 @@ I want the 2 client repos to only want content that is already present in the re And let's say the 2 client repos already contain the file test.txt. -When I modify test.txt in the laptop repo and run git annex sync --content, then go to the desktop repo and run git annex sync,
+When I modify test.txt in the laptop repo and run git `annex sync --content`, then go to the desktop repo and run `git annex sync`,
the behavior I'm expecting is that text.txt in the desktop repo will be updated when sync is run since clients want content that is already present. However, what happens is that the file text.txt in the desktop repo is dropped.