summaryrefslogtreecommitdiff
path: root/doc/sync.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sync.mdwn')
-rw-r--r--doc/sync.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/sync.mdwn b/doc/sync.mdwn
index 37b2b1b45..0250d2fef 100644
--- a/doc/sync.mdwn
+++ b/doc/sync.mdwn
@@ -36,3 +36,9 @@ The workflow for using `git annex sync` is simple:
* Run `git annex sync` to save the changes.
* Next time you're working on a different clone of that repository,
run `git annex sync` to update it.
+
+Note that by default, `git annex sync` only synchronises the git
+repositories, but does not transfer the content of annexed files. If you
+want to fully synchronise two repositories content,
+you can use `git annex sync --content`. You can also configure
+[[preferred_content]] settings to make only some content be synced.