summaryrefslogtreecommitdiff
path: root/doc/git-annex-sync.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex-sync.mdwn')
-rw-r--r--doc/git-annex-sync.mdwn9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/git-annex-sync.mdwn b/doc/git-annex-sync.mdwn
index fa539d8bc..ed3cc1855 100644
--- a/doc/git-annex-sync.mdwn
+++ b/doc/git-annex-sync.mdwn
@@ -47,7 +47,10 @@ by running "git annex sync" on the remote.
By default, this tries to get each annexed file that the local repository
does not yet have, and then copies each file to every remote that it is
syncing with. This behavior can be overridden by configuring the preferred
- content of a repository. See [git-annex-preferred-content](1)
+ content of a repository. See [[git-annex-preferred-content]](1).
+
+ To make two repositories have the same set of fies, you should use
+ [[git-annex-mirror]](1) instead of this flag.
* `--message=msg`
@@ -57,6 +60,10 @@ by running "git annex sync" on the remote.
[[git-annex]](1)
+[[git-annex-preferred-content]](1)
+
+[[git-annex-mirror]](1)
+
# AUTHOR
Joey Hess <id@joeyh.name>