summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-30 21:17:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-30 21:17:36 -0400
commite7d3e546c298add0a39ec1a979d9b1574b9b9b76 (patch)
tree92f2f0ffa32a57d57e317847fb63cae37d0bd591 /doc/git-annex.mdwn
parentdd8451f0f8092450049472793c325bcaa35f0fb7 (diff)
sync --fast: Selects some of the remotes with the lowest annex.cost and syncs those, in addition to any specified at the command line.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index acdb1313d..a0dd3d3f1 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -124,7 +124,8 @@ subdirectories).
Use this command when you want to synchronize the local repository with
one or more of its remotes. You can specifiy the remotes to sync with;
- the default is to sync with all remotes.
+ the default is to sync with all remotes. Or specify --fast to sync with
+ the remotes with the lowest annex-cost value.
The sync process involves first committing all local changes, then
fetching and merging the `synced/master` and the `git-annex` branch