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:
parent
dd8451f0f8
commit
e7d3e546c2
3 changed files with 23 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue