sync --fast: Selects some of the remotes with the lowest annex.cost and syncs those, in addition to any specified at the command line.

This commit is contained in:
Joey Hess 2011-12-30 21:17:36 -04:00
parent dd8451f0f8
commit e7d3e546c2
3 changed files with 23 additions and 5 deletions

View file

@ -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